PocketPlanner Programmer's Guide

Schedule.GetTasksToRemindOf Method (DateTime, DateTime)

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public TaskCollection GetTasksToRemindOf (
    DateTime start,
    DateTime end
)

Visual Basic

Public Function GetTasksToRemindOf ( _
    start As DateTime, _
    end As DateTime _
) As TaskCollection

 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 collection of all tasks whose reminders must be displayed in the specified time interval.

 See Also