PocketPlanner Programmer's Guide

Reminder Members

Constructors Fields Properties Methods

Represents reminders associated with schedule items.

The following tables list the members exposed by the Reminder type.

 Public Constructors

  Name Description

Reminder

Initializes a new instance of the Reminder class.

 Public Fields

  Name Description

MaxInterval

The maximum time interval that can be set as value of TimeInterval for a Reminder object.

 Public Properties

  Name Description

Message

Gets or sets the message to display as a reminder.

PlaySound

Gets or sets a value indicating whether to play a sound when the reminder is triggered.

SoundFileName

Gets or sets the name of a sound file to play with this reminder.

Time

Gets or sets the exact time when to trigger the reminder.

TimeInterval

Gets or sets how much time before the item's scheduled start time to raise the event that triggers the reminder.

Type

Gets or sets the type of this reminder.

 Public Methods

  Name Description

Clone

Clones this Reminder object.

LoadFrom

Overloaded. Loads reminder data from a binary stream or an XML document.

SaveTo

Overloaded. Saves the reminder data to a binary stream or an XML document.

 See Also