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

Method unmarkCalendar

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

* removes a css class from the specified date * @param calendar the mini calendar object * @param date the date to unmark * @param css the name of a css class to remove

(calendar: any, date: Date, css: string)

Source from the content-addressed store, hash-verified

2271 * @param css the name of a css class to remove
2272 */
2273 unmarkCalendar(calendar: any, date: Date, css: string): void;
2274
2275 /**
2276 * removes marking/blocking set by the markTimespan() method

Callers 4

dhtmlxscheduler.jsFile · 0.65
minicalFunction · 0.65
minicalFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected