Back to Devexpress

TdxGanttControlRecurrenceDayType Enum

vcl-dxganttcontroltasks-c9b89390.md

latest1.4 KB
Original Source

TdxGanttControlRecurrenceDayType Enum

Enumerates day types used to calculate task occurrences.

Declaration

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

Members

NameDescription
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

WeekStartDay

dxGanttControlTasks Unit