Skip to main content

TcxSchedulerCustomRecurrenceInfo Class

Contains base information about event/holiday recurrences.

Declaration

TcxSchedulerCustomRecurrenceInfo = class(
    TPersistent
)

Remarks

This class provides data for calculating event/holiday recurrences. Refer to the Applying The Recurrence Pattern topic to learn about recurrence patterns.

The TcxSchedulerCustomRecurrenceInfo class is the ancestor of the TcxSchedulerEventRecurrenceInfo and TcxSchedulerHolidayRecurrenceInfo classes.

Inheritance

TObject
TPersistent
TcxSchedulerCustomRecurrenceInfo
See Also