* destroys previously created mini-calendar * @param name optional, the mini-calendar's object (if not specified, the scheduler attempts to destroy the last created mini calendar)
(name?: any)
| 1779 | * @param name optional, the mini-calendar's object (if not specified, the scheduler attempts <br> to destroy the last created mini calendar) |
| 1780 | */ |
| 1781 | destroyCalendar(name?: any): void; |
| 1782 | |
| 1783 | /** |
| 1784 | * destroys a scheduler instance |
no outgoing calls
no test coverage detected