Search
Recurrence.generateItems Method
See Also
 






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

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ItemList generateItems (
    DateTime startDate,
    DateTime endDate
)

 Parameters

startDate

The range start date.

endDate

The range end date.

 Return Value

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

 See Also