* 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)
| 103 | * @param end the end date of the view |
| 104 | */ |
| 105 | agenda_date(start: Date, end: Date): string; |
| 106 | |
| 107 | /** |
| 108 | * specifies the content of the day cell of the Agenda view |
no outgoing calls
no test coverage detected