TdxGanttControlWeekDayType Enum
Declaration
TdxGanttControlWeekDayType = (
Exception,
Sunday,
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
Saturday
);
Members
Name | Description |
---|---|
Exception
|
An exception is the time that is not scheduled in default calendars (for instance, holidays). |
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. In the “24 Hours” and “Night Shift” calendars this day is a workday. This day is a weekend in the standard calendar. |
See Also