Creates occurrence items for this recurrence in the specified date range.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ItemCollection GenerateItems ( |
Visual Basic Copy Code |
---|
Public Function GenerateItems( _ |
The range start date.
The range end date.
An object that specifies the calendar to use for calculating the occurrences of the recurrence.
A collection of Item instances representing each occurrence of the recurrent event in the specified date range.
The Calendar control uses this method to generate item occurrences when a recurrent item must be displayed in the current view.