PocketPlanner Programmer's Guide

Schedule.GetItemsToRemindOf Method (DateTime, DateTime)

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public ItemCollection GetItemsToRemindOf (
    DateTime start,
    DateTime end
)

Visual Basic

Public Function GetItemsToRemindOf ( _
    start As DateTime, _
    end As DateTime _
) As ItemCollection

 Parameters

start
The start of the time interval containing the items of interest.
end
The end of the time interval containing the items of interest.

 Return Value

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

 See Also