{typedef} anychart.core.gantt.Calendar.DailyWorkingSchedule Improve this Doc
Type definition to represent working interval of a single day.
See example.
{ from: 10, to: 18 } // Defining these values means that working time starts at 10 a.m. and ends at 6 p.m.
Name | Type | Description |
---|---|---|
from | number | 'From' working hour. See code example. |
to | number | 'To' working hour. See code example. |