Search
Schedule.getTasksToRemindOf Method
See Also
 






Retrieves a list of all tasks that must be reminded of.

 Overload List

Name Description

Schedule.getTasksToRemindOf ()

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

Schedule.getTasksToRemindOf (DateTime)

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

Schedule.getTasksToRemindOf (DateTime, DateTime)

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

 See Also