PocketPlanner Programmer's Guide

Schedule.GetTasksToRemindOf Method ()

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public TaskCollection GetTasksToRemindOf ()

Visual Basic

Public Function GetTasksToRemindOf () As TaskCollection

 Return Value

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

 See Also