Back to Devexpress

TdxGanttControlWeekDayType Enum

vcl-dxganttcontrolcalendars-7eaa4b5f.md

latest1.0 KB
Original Source

TdxGanttControlWeekDayType Enum

Enumerates day types in the control‘s calendars.

Declaration

delphi
TdxGanttControlWeekDayType = (
    Exception,
    Sunday,
    Monday,
    Tuesday,
    Wednesday,
    Thursday,
    Friday,
    Saturday
);

Members

NameDescription
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

dxGanttControlCalendars Unit