PocketPlanner Programmer's Guide

Schedule.GetItemsToRemindOf Method (DateTime)

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public ItemCollection GetItemsToRemindOf (
    DateTime time
)

Visual Basic

Public Function GetItemsToRemindOf ( _
    time As DateTime _
) As ItemCollection

 Parameters

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

 Return Value

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

 See Also