Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval for the specified Resource object.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ItemCollection<Item> GetAllItems ( |
Visual Basic
![]() |
---|
Public Function GetAllItems ( _ |
Specifies the start of the time period.
Specifies the end of the time period.
Type: ItemCollection(Item)
A collection that contains the events scheduled to occur in the specified period for the specified resource.
If a recurring event occurs in the specified interval, each occurrence is represented by an Item instance whose RecurrenceState is set to Occurrence.