Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval for a specific Resource object.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ItemCollection GetAllItems ( |
Visual Basic Copy Code |
---|
Public Function GetAllItems( _ |
Specifies the start of the time period.
Specifies the end of the time period.
A Resource instance that must be related to the items.
A 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 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.