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

Function buildDtstart

codebase/sources/dhtmlxscheduler.es.js:17247–17252  ·  view source on GitHub ↗
(dtstart, tzid)

Source from the content-addressed store, hash-verified

17245 }).join("\n");
17246}
17247function buildDtstart(dtstart, tzid) {
17248 if (!dtstart) {
17249 return "";
17250 }
17251 return "DTSTART" + new DateWithZone(new Date(dtstart), tzid).toString();
17252}
17253function argsMatch(left, right) {
17254 if (Array.isArray(left)) {
17255 if (!Array.isArray(right))

Callers 1

optionsToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected