Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDayType Enum

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
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