The Appointment type exposes the following members.

Methods

  NameDescription
Public methodBeginEdit
Prevents the Appointment object from being updated until the EndEdit(Boolean) method is called.
(Overrides BasePersistableObject..::..BeginEdit()()()().)
Public methodCancelEdit
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.)
Public methodClearRecurrencePattern
Removes the recurrence settings and restores the NotRecurring state for an appointment.
Public methodCopy
Creates the copy of the Appointment object.
Public methodCopyFrom
Copies properties from the specified Appointment object to this one.
Public methodDelete
Deletes an appointment and removes it from the owning AppointmentCollection collection.
Public methodEndEditOverloaded.
Public methodFromXmlOverloaded.
Protected methodGetObjectData
A method called when serializing.
(Inherited from BasePersistableObject.)
Public methodGetRecurrencePattern
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.
Public methodGetTimeTillEvent
Returns a time term before the appointment start; a negative value means that appointment is expired.
Protected methodOnPropertyChanged
Overrides default behavior.
(Overrides BasePersistableObject..::..OnPropertyChanged(String).)
Public methodSaveAs
Saves the appointment to the specified path in the format of the specified file format.
Public methodToXmlOverloaded.

See Also