Skip to main content

TdxGanttControlCalendarWeekDayWorkTime Class

A worktime interval in the control‘s calendar.

Declaration

TdxGanttControlCalendarWeekDayWorkTime = class(
    TdxGanttControlModelElementListItem
)

Remarks

This class includes the FromTime and ToTime properties that allow you to specify the start and finish time for a workday.

A worktime interval collection‘s Items property references a TdxGanttControlCalendarWeekDayWorkTime object.

See Also