Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ItemCollection<Item> GetAllItems ( |
Visual Basic
![]() |
---|
Public Function GetAllItems ( _ |
Time interval start.
Time interval end.
Type: ItemCollection(Item)
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 RecurrenceState.Occurrence.