Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also