* inverts the specified time zones * @param zones an array **[start_minute,end_minute,..,start_minute_N,end_minute_N]** where each pair sets a certain limit range (in minutes). The array can have any number of such pairs
(zones: any[])
| 1981 | * @param zones an array **[start_minute,end_minute,..,start_minute_N,end_minute_N]** <br >where each pair sets a certain limit range (in minutes). The array can have any <br> number of such pairs |
| 1982 | */ |
| 1983 | invertZones(zones: any[]): void; |
| 1984 | |
| 1985 | /** |
| 1986 | * checks whether the calendar is currently opened in the scheduler |
no outgoing calls
no test coverage detected