The Appointment type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginEdit |
Prevents the Appointment object from being updated until
the EndEdit(Boolean) method is called.
(Overrides BasePersistableObject..::..BeginEdit()()()().) | |
| CancelEdit |
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.) | |
| ClearRecurrencePattern |
Removes the recurrence settings and restores
the NotRecurring state for an appointment.
| |
| Copy |
Creates the copy of the Appointment object.
| |
| CopyFrom |
Copies properties from the specified Appointment object to this one.
| |
| Delete |
Deletes an appointment and removes it from
the owning AppointmentCollection collection.
| |
| EndEdit | Overloaded. | |
| FromXml | Overloaded. | |
| GetObjectData |
A method called when serializing.
(Inherited from BasePersistableObject.) | |
| GetRecurrencePattern |
Returns the RecurrencePattern object that represents
the recurrence attributes of an appointment.
If there is no existing recurrence pattern, a new
empty RecurrencePattern object is returned.
| |
| GetTimeTillEvent |
Returns a time term before the appointment start; a negative value means that
appointment is expired.
| |
| OnPropertyChanged |
Overrides default behavior.
(Overrides BasePersistableObject..::..OnPropertyChanged(String).) | |
| SaveAs |
Saves the appointment to the specified path in the format
of the specified file format.
| |
| ToXml | Overloaded. |