Reminder Members
In This Article
#Properties
Name | Description |
---|---|
Alert |
Gets or sets the reminder's alert time.
Inherited from Reminder |
Appointment | Gets the appointment to which the reminder is applied. |
Subject | Gets the subject text of the appointment to which the reminder is applied. |
Time |
Gets or sets the time interval before the appointment's start time.
Inherited from Reminder |
#Methods
Name | Description |
---|---|
Alert |
Determines whether the reminder should fire an alert when the specified time comes.
Inherited from Reminder |
Dismiss() |
Switches the reminder off for the associated appointment.
Inherited from Reminder |
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. |
On |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Reminder |
On |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Reminder |
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.
Inherited from Reminder |
Snooze |
Notifies the scheduler to defer the triggering of a reminder by the specified interval.
Inherited from Reminder |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Remind |
Fires when the alert time changes.
Inherited from Reminder |
See Also