Appointment.RecurrenceIndex Property
In This Article
Gets a value that indicates the index of the appointment occurrence within the series of the appointment's reoccurrences.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that is the appointment's zero-based index within the series of the current appointment's reoccurrences. |
#Remarks
If the current appointment is recurring, the RecurrenceIndex property identifies the particular number (zero-based) of the current appointment's occurrence within the time range specified by the appointment's Appointment.RecurrenceInfo settings.
The RecurrenceIndex property returns 0 for appointments of the AppointmentType.Normal and AppointmentType.Pattern types.
See Also