Creates occurrence items for this Recurrence in the specified date range.
Namespace: MindFusion.Scheduling
File: Recurrence.js
SyntaxJavaScript
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.
RemarksThe Calendar control uses this method to generate item occurrences when a recurrent item must be displayed in the current view.
See Also