AnyChart
API Reference
Still have questions?
Contact support
Top

{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.
NameTypeDescription
fromnumber'From' working hour. See code example.
tonumber'To' working hour. See code example.