gets worktime calendar by id
calendarId | string | number | optional, the id of the global calendar or "global" |
Calendar | calendar object |
var calendar = gantt.getCalendar(calendarId);
The returned object for the above example is a calendar object.
The default working time is the following:
added in version 4.2
Back to top