Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ItemCollection GetAllItems ( |
Visual Basic
Copy Code
|
|---|
Public Function GetAllItems ( _ |
Time interval start.
Time interval end.
A collection that contains the events scheduled to occur in the specified period.
RemarksIf a recurring event occurs in the specified interval, each occurrence is represented by an Item instance whose RecurrenceState is set to Occurrence.
See Also