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