Search
Reminder Members
Constructors Fields 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 setTimeInterval for a Reminder object.

 Public Methods

  Name Description

clone

Clones this Reminder object.

getMessage

Gets the message to display as a reminder.

getPlaySound

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

getSoundFileName

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

getTime

Gets the exact time when to trigger the reminder.

getTimeInterval

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

getType

Gets the type of this reminder.

loadFrom

Overloaded.  

saveTo

Overloaded.  

setMessage

Sets the message to display as a reminder.

setPlaySound

Sets a value indicating whether to play a sound when the reminder is triggered.

setSoundFileName

Sets the name of a sound file to play with this reminder.

setTime

Sets the exact time when to trigger the reminder.

setTimeInterval

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

setType

Sets the type of this reminder.

 See Also