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

Function freqIsDailyOrGreater

codebase/sources/dhtmlxscheduler.js:16688–16690  ·  view source on GitHub ↗
(freq)

Source from the content-addressed store, hash-verified

16686 Frequency2[Frequency2["SECONDLY"] = 6] = "SECONDLY";
16687 })(Frequency || (Frequency = {}));
16688 function freqIsDailyOrGreater(freq) {
16689 return freq < Frequency.HOURLY;
16690 }
16691 var fromText = function(text, language) {
16692 if (language === void 0) {
16693 language = ENGLISH;

Callers 3

buildTimesetFunction · 0.70
iterFunction · 0.70
makeTimesetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected