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

Method checkInMarkedTimespan

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

* checks whether an event resides in a timespan of a specific type * @param event the event object * @param timespan the timespan's type

(event: any, timespan: string)

Source from the content-addressed store, hash-verified

1681 * @param timespan the timespan's type
1682 */
1683 checkInMarkedTimespan(event: any, timespan: string): boolean;
1684
1685 /**
1686 * checks whether the specified event takes place at the blocked time period

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected