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

Function e

codebase/dhtmlxscheduler.es.js:5153–5157  ·  view source on GitHub ↗
(i, t)

Source from the content-addressed store, hash-verified

5151}
5152var He = ["MO", "TU", "WE", "TH", "FR", "SA", "SU"], Z = function() {
5153 function e(i, t) {
5154 if (t === 0)
5155 throw new Error("Can't create weekday with n == 0");
5156 this.weekday = i, this.n = t;
5157 }
5158 return e.fromStr = function(i) {
5159 return new e(He.indexOf(i));
5160 }, e.prototype.nth = function(i) {

Callers 2

pluginMethod · 0.70

Calls 3

maFunction · 0.85
JFunction · 0.70
EtFunction · 0.70

Tested by

no test coverage detected