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

Function Ie

codebase/dhtmlxscheduler.es.js:5859–5865  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5857 return J(i.byhour) ? re(i.byhour) && (i.byhour = [i.byhour]) : i.byhour = i.freq < z.HOURLY ? [i.dtstart.getUTCHours()] : null, J(i.byminute) ? re(i.byminute) && (i.byminute = [i.byminute]) : i.byminute = i.freq < z.MINUTELY ? [i.dtstart.getUTCMinutes()] : null, J(i.bysecond) ? re(i.bysecond) && (i.bysecond = [i.bysecond]) : i.bysecond = i.freq < z.SECONDLY ? [i.dtstart.getUTCSeconds()] : null, { parsedOptions: i };
5858}
5859function Ie(e) {
5860 var i = e.split(`
5861`).map(ya).filter(function(t) {
5862 return t !== null;
5863 });
5864 return ee(ee({}, i[0]), i[1]);
5865}
5866function Me(e) {
5867 var i = {}, t = /DTSTART(?:;TZID=([^:=]+?))?(?::|=)([^;\s]+)/i.exec(e);
5868 if (!t)

Callers 1

PaFunction · 0.70

Calls 1

eeFunction · 0.85

Tested by

no test coverage detected