* displays the specified view and date * @param date optional, the date to display * @param view optional, the name of a view to display
(date?: Date, view?: string)
| 2132 | * @param view optional, the name of a view to display |
| 2133 | */ |
| 2134 | setCurrentView(date?: Date, view?: string): void; |
| 2135 | |
| 2136 | /** |
| 2137 | * adds a new event to the scheduler's data pool |