Search
Schedule.getTasksToRemindOf Method ()
See Also
 






Retrieves a list of all tasks that must be reminded of at the current time.

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

 Syntax

Java  Copy Code

public ResourceList<Task> getTasksToRemindOf ()

 Return Value

The list of all tasks whose reminders must be displayed at the current time.

 See Also