PocketPlanner Programmer's Guide

Schedule.GetTasksToRemindOf Method (DateTime)

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public TaskCollection GetTasksToRemindOf (
    DateTime time
)

Visual Basic

Public Function GetTasksToRemindOf ( _
    time As DateTime _
) As TaskCollection

 Parameters

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

 Return Value

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

 See Also