Back to Devexpress

TcxDayType Enum

vcl-cxschedulerrecurrence-1adb74ec.md

latest1.8 KB
Original Source

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:

ValueDescription
cxdtDaySpecifies the flag as every nth day in a month.
cxdtEveryDaySpecifies the flag as every nth day in a week.
cxdtWeekDaySpecifies the flag as every working day in a week.
cxdtWeekEndDaySpecifies the flag as every weekend day in a week.
cxdtSundaySpecifies the flag as a certain day of the week (Sunday).
cxdtMondaySpecifies the flag as a certain day of the week (Monday).
cxdtTuesdaySpecifies the flag as a certain day of the week (Tuesday).
cxdtWednesdaySpecifies the flag as a certain day of the week (Wednesday).
cxdtThursdaySpecifies the flag as a certain day of the week (Thursday).
cxdtFridaySpecifies the flag as a certain day of the week (Friday).
cxdtSaturdaySpecifies the flag as a certain day of the week (Saturday).

See Also

TcxSchedulerCustomRecurrenceInfo.DayType

cxSchedulerRecurrence Unit