getCalendars

gets all the calendars added into Gantt

array getCalendars();
arrayan array of calendars

Example

var calendars = gantt.getCalendars();

Details

added in version 4.2

See also
Back to top