* a constructor of a dhtmlxScheduler object * @param container an HTML container (or its id) where a dhtmlxScheduler object will be initialized * @param date optional, the initial date of the scheduler (by default, the current date) * @param view optional, the name of the initial view (by defa
(container: string|HTMLElement, date?: Date, view?: string)
| 1975 | * @param view optional, the name of the initial view (by default, "week") |
| 1976 | */ |
| 1977 | init(container: string|HTMLElement, date?: Date, view?: string): void; |
| 1978 | |
| 1979 | /** |
| 1980 | * inverts the specified time zones |
no outgoing calls
no test coverage detected