TcxRecurrence Enum
In This Article
#Declaration
Delphi
TcxRecurrence = (
cxreDaily,
cxreWeekly,
cxreMonthly,
cxreYearly
);
#Members
Name |
---|
cxre
|
cxre
|
cxre
|
cxre
|
#Remarks
Values include:
Value | Meaning |
---|---|
cxre |
The event/holiday reoccurs on a daily base. |
cxre |
The event/holiday reoccurs on a weekly base. |
cxre |
The event/holiday reoccurs on a monthly base. |
cxre |
The event/holiday reoccurs on a yearly base. |
See Also