Back to Devexpress

TdxGanttControlCalendarWeekDay Class

vcl-dxganttcontrolcalendars-62c278da.md

latest2.2 KB
Original Source

TdxGanttControlCalendarWeekDay Class

A day of the week or exception in a calendar.

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlModelElement TdxGanttControlModelOwnedElement TdxGanttControlModelElementListItem TdxGanttControlCalendarWeekDay

See Also

TdxGanttControlCalendarWeekDay Members

dxGanttControlCalendars Unit