Skip to main content
A newer version of this page is available. .

Appointment.RestoreOccurrence() Method

Replaces an exceptional appointment with the regular occurrence in the recurring series.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

void RestoreOccurrence()

Remarks

If a regular Recurrence has been modified or deleted, the RestoreOccurrence method resets these changes and replaces the exceptional recurrence with a regular one.

Note

If the current appointment is not an occurrence (its Appointment.Type is not AppointmentType.Occurrence), then the ArgumentException exception is thrown.

See Also