Skip to main content

TdxGanttControlRecurrenceDayType Enum

Enumerates day types used to calculate task occurrences.

Declaration

TdxGanttControlRecurrenceDayType = (
    Day,
    Workday,
    Sunday,
    Monday,
    Tuesday,
    Wednesday,
    Thursday,
    Friday,
    Saturday
);

Members

Name Description
Day

A day of the week (from Sunday to Saturday).

Workday

A workday. The active calendar defines which days are workdays.

Sunday

Sunday. In the “24 Hours” calendar this day is a workday. This day is a weekend in the standard and “Night Shift” calendars.

Monday

Monday

Tuesday

Tuesday

Wednesday

Wednesday

Thursday

Thursday

Friday

Friday

Saturday

Saturday. Note that this day is a workday in the “24 Hours“ and “Night Shift“ calendars. This day is a weekend in the standard calendar.

See Also