Skip to main content

Appointment.RestoreOccurrence() Method

In This Article

Replaces an exceptional appointment with the regular occurrence in the chain of recurring appointments.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public 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.

See Also