Skip to main content

TdxGanttControlCalendarWeekDay Class

A day of the week or exception in a calendar.

Declaration

TdxGanttControlCalendarWeekDay = class(
    TdxGanttControlModelElementListItem
)

Remarks

A TdxGanttControlCalendarWeekDay class instance corresponds to the following elements:

  • A day that belongs to the range from Sunday to Saturday.
  • An exception. This is a day with the custom schedule. An exception day can have different work hours compared to the standard schedule.

The TdxGanttControlCalendarWeekDay API members allow you to do the following:

  • Change the day type (DayType)
  • Access a custom time period’s settings (TimePeriod)
  • Specify if the day is a workday (Workday)
  • Access the work time interval’s collection (WorkTimes)

A week day collection‘s Items property references a TdxGanttControlCalendarWeekDay object.

See Also