* specifies the date in the first column of the view * @param start the date when an event is scheduled to begin * @param end the date when an event is scheduled to be completed * @param event the event object
(start: Date, end: Date, event: any)
| 276 | * @param event the event object |
| 277 | */ |
| 278 | map_time(start: Date, end: Date, event: any): string; |
| 279 | |
| 280 | /** |
| 281 | * specifies the date in the header of the view |
no outgoing calls
no test coverage detected