Appointment.GetExceptions() Method
In This Article
Returns a collection of the changed and deleted occurrences for the current pattern appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Appointment |
An DevExpress. |
#Remarks
The GetExceptions method returns a collection of the changed and deleted occurrences for the current pattern appointment (the Appointment.Type property is set to AppointmentType.Pattern). The GetExceptions method is only in effect for pattern appointments.
See the Recurring Appointments and Exceptions topic for information on pattern appointments and occurrences.
See Also