Search
Reminder Members
Constructors Properties Methods
 


Represents reminders associated with schedule Item-s.

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 Properties

  Name Description

message

Gets or sets the message to display as a Reminder.

time

Gets or sets the time when the Reminder is triggered.

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

Returns an exact copy of this Reminder object.

fromJson

Overloaded.  

loadFromXml

Loads the Reminder content from an XML element.

saveToXml

Saves the Reminder content into an XML element.

toJson

Overloaded.  

 See Also