Creates occurrence items for this Recurrence in the specified date range.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ItemCollection<Item> GenerateItems ( |
Visual Basic
![]() |
---|
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.
The Calendar control uses this method to generate item occurrences when a recurrent item must be displayed in the current view.