* specifies the date in the header of the view * @param start the start date of the view * @param end the end date of the view
(start: Date, end: Date)
| 396 | * @param end the end date of the view |
| 397 | */ |
| 398 | week_date(start: Date, end: Date): string; |
| 399 | |
| 400 | /** |
| 401 | * specifies the CSS class that will be applied to a day cell |
no outgoing calls
no test coverage detected