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