Skip to main content

Appointment.GetExceptions() Method

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

public AppointmentBaseCollection GetExceptions()

#Returns

Type Description
AppointmentBaseCollection

An DevExpress.XtraScheduler.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 (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