Search
Schedule.getTasksToRemindOf Method (DateTime)
See Also
 






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

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

 Syntax

Java  Copy Code

public ResourceList<Task> getTasksToRemindOf (
    DateTime time
)

 Parameters

time

Determine whether any task reminders should be displayed at this time.

 Return Value

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

 See Also