TcxDayType Enum
In This Article
Enumerates the available day types used for calculating the user event‘s reoccurrences in the Recurrence pattern.
#Declaration
Delphi
TcxDayType = (
cxdtDay,
cxdtEveryDay,
cxdtWeekDay,
cxdtWeekEndDay,
cxdtSunday,
cxdtMonday,
cxdtTuesday,
cxdtWednesday,
cxdtThursday,
cxdtFriday,
cxdtSaturday
);
#Members
Name |
---|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
cxdt
|
#Remarks
Options include:
Value | Description |
---|---|
cxdt |
Specifies the flag as every nth day in a month. |
cxdt |
Specifies the flag as every nth day in a week. |
cxdt |
Specifies the flag as every working day in a week. |
cxdt |
Specifies the flag as every weekend day in a week. |
cxdt |
Specifies the flag as a certain day of the week (Sunday). |
cxdt |
Specifies the flag as a certain day of the week (Monday). |
cxdt |
Specifies the flag as a certain day of the week (Tuesday). |
cxdt |
Specifies the flag as a certain day of the week (Wednesday). |
cxdt |
Specifies the flag as a certain day of the week (Thursday). |
cxdt |
Specifies the flag as a certain day of the week (Friday). |
cxdt |
Specifies the flag as a certain day of the week (Saturday). |
See Also