Back to Devexpress

TcxRecurrence Enum

vcl-cxschedulerrecurrence-6bed9150.md

latest952 B
Original Source

TcxRecurrence Enum

Enumerates the available recurrence bases for scheduling the recurring event/holiday.

Declaration

delphi
TcxRecurrence = (
    cxreDaily,
    cxreWeekly,
    cxreMonthly,
    cxreYearly
);

Members

Name
cxreDaily
cxreWeekly
cxreMonthly
cxreYearly

Remarks

Values include:

ValueMeaning
cxreDailyThe event/holiday reoccurs on a daily base.
cxreWeeklyThe event/holiday reoccurs on a weekly base.
cxreMonthlyThe event/holiday reoccurs on a monthly base.
cxreYearlyThe event/holiday reoccurs on a yearly base.

See Also

TcxSchedulerCustomRecurrenceInfo.Recurrence

cxSchedulerRecurrence Unit