ReminderBase Members
In This Article
#Properties
Name | Description |
---|---|
Alert |
Gets or sets the reminder's alert time. |
Time |
Gets or sets the time interval before the appointment's start time. |
#Methods
Name | Description |
---|---|
Dismiss() | Switches the reminder off for the associated appointment. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Snooze |
Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time. |
Snooze |
Notifies the scheduler to defer the triggering of a reminder by the specified interval. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Remind |
Fires when the alert time changes. |
See Also