Appointment.DeleteExceptions() Method
In This Article
Deletes changed and deleted occurrences of the current pattern appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Remarks
The DeleteExceptions method deletes changed and deleted occurrences of the current pattern appointment. Use the Appointment.Type property to determine the type of an appointment. For a pattern appointment, this property is set to AppointmentType.Pattern.
See Also