Search
Schedule.getItemsToRemindOf Method (DateTime, DateTime)
See Also
 






Retrieves a list with all items that must be reminded of in the specified interval.

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

 Syntax

Java  Copy Code

public ItemList getItemsToRemindOf (
    DateTime start,
    DateTime end
)

 Parameters

start

The start of the time interval containing the items of interest.

end

The end of the time interval containing the items of interest.

 Return Value

The list of all items whose reminders must be displayed in the specified time interval.

 See Also