TcxSchedulerCustomRecurrenceInfo Class
In This Article
#Declaration
Delphi
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