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






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

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

 Syntax

Java  Copy Code

public ResourceList<Task> getTasksToRemindOf (
    DateTime start,
    DateTime end
)

 Parameters

start

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

end

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

 Return Value

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

 See Also