PocketPlanner Programmer's Guide

Schedule.GetTasksToRemindOf Method

See Also

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

 Overload List

Name Description

Schedule.GetTasksToRemindOf ()

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

Schedule.GetTasksToRemindOf (DateTime)

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

Schedule.GetTasksToRemindOf (DateTime, DateTime)

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

 See Also