clearAll

clears all inner collections

void clearAll();

Example

$$("$scheduler").clearAll();

Details

Clears all inner collections of the Scheduler (events. calendars, etc.).

Back to top