TdxGanttControlCalendarWeekDayWorkTime Class
In This Article
A worktime interval in the control‘s calendar.
#Declaration
Delphi
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.
#Inheritance
See Also