Retrieves a list of all events, including recurrent item instances, scheduled to occur in the specified time interval.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public ItemList getAllItems ( |
Time interval start.
Time interval end.
A list that contains the events scheduled to occur in the specified period.
RemarksIf a recurring event occurs in the specified interval, each occurrence is represented by an Item instance whose Item.getRecurrenceState is RecurrenceState.Occurrence.
See Also