Skip to main content

TcxRecurrence Enum

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

Declaration

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

Members

Name
cxreDaily
cxreWeekly
cxreMonthly
cxreYearly

Remarks

Values include:

Value Meaning
cxreDaily The event/holiday reoccurs on a daily base.
cxreWeekly The event/holiday reoccurs on a weekly base.
cxreMonthly The event/holiday reoccurs on a monthly base.
cxreYearly The event/holiday reoccurs on a yearly base.
See Also