Skip to main content

RecurrenceInfo.OccurrenceCount Property

Gets or sets how many times the appointment occurs.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public int OccurrenceCount { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies how many times the appointment occurs.

#Remarks

If the RecurrenceInfo.Range property is set to the RecurrenceRange.OccurrenceCount value, the OccurrenceCount property can be used together with the RecurrenceInfo.Start property to define the range of recurrence - the period of time in which the appointment reoccurs. In this case, the range of recurrence can be represented by the number of occurrences that should elapse until the recurrence is no longer in effect. The OccurrenceCount property specifies the number of occurrences.

RecurrenceInfo_OccurrenceCount

The value of the OccurrenceCount property is ignored if the RecurrenceInfo.Range property value is set to either RecurrenceRange.EndByDate or RecurrenceRange.NoEndDate.

See Also