Creates occurrence items for this Recurrence in the specified date range.
Namespace: MindFusion.Scheduling
File: Recurrence.js
JavaScript Copy Code |
---|
function generateItems (startDate, endDate) |
DateTime. The range start date.
DateTime. The range end date.
Array. 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.