* displays the specified date in the mini calendar * @param calendar the mini calendar object * @param new_date a new date to display in the mini calendar
(calendar: any, new_date: Date)
| 2290 | * @param new_date a new date to display in the mini calendar |
| 2291 | */ |
| 2292 | updateCalendar(calendar: any, new_date: Date): void; |
| 2293 | |
| 2294 | /** |
| 2295 | * updates the specified collection with new options |
no outgoing calls
no test coverage detected