Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public List<Item> GetAllItems ( |
Visual Basic Copy Code |
---|
Public Function GetAllItems( _ |
Time interval start.
Time interval end.
A .NET Calendar instance that is used to interpret recurrence patterns in the schedule.
A collection that contains the events scheduled to occur in the specified period.
If a recurring event occurs in the specified interval, each occurrence is represented by an Item instance whose RecurrenceState is set to Occurrence.