Skip to main content

TcxSchedulerCustomRecurrenceInfo.Recurrence Property

Specifies the time basis of the recurrence pattern applied to the event/holiday.

Declaration

property Recurrence: TcxRecurrence read; write;

Property Value

Type
TcxRecurrence

Remarks

Use this property in combination with the Periodicity (or the YearPeriodicity property for the cxreYearly property value) to specify the time basis and frequency of event/holiday occurrences. For detailed information on available Recurrence property values, refer to the TcxRecurrence type description.

Note

The basis cannot exceed the period of time between the start and end times of a chain of occurrences.

See Also