RecurrenceInfo.Range Property
Gets or sets the type of the recurrence range.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Recurrence |
A Recurrence |
#Remarks
The Range property specifies the manner in which the range of recurrence is defined - it sets the time boundaries/limits of the recurrence.
There are three possible scenarios for specifying values for this property:
RecurrenceRange.NoEndDate - The range of recurrence is unbound. The values of the RecurrenceInfo.OccurrenceCount and RecurrenceInfo.End properties are ignored.
RecurrenceRange.OccurrenceCount - The range of the recurrence can be represented by the number of occurrences that should elapse until the recurrence is no longer in effect. The number of occurrences is specified by the RecurrenceInfo.OccurrenceCount property.
RecurrenceRange.EndByDate - The range of recurrence can be represented by a pair of properties - the RecurrenceInfo.Start and RecurrenceInfo.End (the start and end time of the recurrence). The RecurrenceInfo.OccurrenceCount property's value is not in effect in this case.