A newer version of this page is available.
Switch to the current version.
Appointment.GetExceptions() Method
Returns a collection of the changed and deleted occurrences for the current pattern appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
AppointmentBaseCollection GetExceptions()
Function GetExceptions As AppointmentBaseCollection
Returns
Type | Description |
---|---|
AppointmentBaseCollection | An AppointmentBaseCollection collection which contains the changed and deleted occurrences for the current pattern appointment. |
Remarks
The GetExceptions method returns a collection of the changed and deleted occurrences for the current pattern appointment. If the current appointment is not a patten (its Appointment.Type is not AppointmentType.Pattern), then the ArgumentException exception is thrown.
See the Recurring Appointments and Exceptions topic for information on pattern appointments and occurrences.
See Also
Feedback