Search
Recurrence.generateItems Method
See Also
 






Creates occurrence items for this Recurrence in the specified date range.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function generateItems (startDate, endDate)

 Parameters

startDate

DateTime. The range start date.

endDate

DateTime. The range end date.

 Return Value

Array. A collection of Item instances representing each occurrence of the recurrent event in the specified date range.

 Remarks

The Calendar control uses this method to generate item occurrences when a recurrent item must be displayed in the current view.

 See Also