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

Method map_time

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

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

Source from the content-addressed store, hash-verified

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

Callers 4

rFunction · 0.65
rFunction · 0.65
fill_map_tabFunction · 0.65
fill_map_tabFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected