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

Function freqIsDailyOrGreater

codebase/sources/dhtmlxscheduler.es.js:16684–16686  ·  view source on GitHub ↗
(freq)

Source from the content-addressed store, hash-verified

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

Callers 3

buildTimesetFunction · 0.70
iterFunction · 0.70
makeTimesetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected