Skip to main content

Appointment.FindException(Int32) Method

Returns an appointment that is an exception in the recurrence series at the specified index.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

Appointment FindException(
    int recurrenceIndex
)

#Parameters

Name Type Description
recurrenceIndex Int32

A integer specifying the index in a recurrence chain.

#Returns

Type Description
Appointment

An Appointment object that is the exceptional appointment.

#Remarks

If the appointment in the recurrence series with the specified index is not an exception, or the specified index exceeds the number of appointments in a series, the FindException returns null.

See Also