Skip to main content

ReminderBase Members

Serves as the base for classes which represent reminders for non-recurring and recurring appointments.

#Properties

Name Description
AlertTime Gets or sets the reminder's alert time.
TimeBeforeStart Gets or sets the time interval before the appointment's start time.

#Methods
Show Inherited Hide Inherited

Name Description
Dismiss() Switches the reminder off for the associated appointment.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Snooze(DateTime, TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time.
Snooze(TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval.
ToString() Returns a string that represents the current object. Inherited from Object.

#Events

Name Description
RemindTimeChanged Fires when the alert time changes.
See Also