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

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.v18.2.Core.dll

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