MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / invertZones

Method invertZones

codebase/dhtmlxscheduler.es.d.ts:1983–1983  ·  view source on GitHub ↗

* 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[])

Source from the content-addressed store, hash-verified

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

Callers 4

NtFunction · 0.65
NtFunction · 0.65
limitPluginFunction · 0.65
limitPluginFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected