Home
last modified time | relevance | path

Searched refs:slotDuration (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js12839 var slotDuration = this.opt('slotDuration');
12842 slotDuration = moment.duration(slotDuration);
12843 snapDuration = snapDuration ? moment.duration(snapDuration) : slotDuration;
12844 this.slotDuration = slotDuration;
12846 this.snapsPerSlot = slotDuration / snapDuration; // TODO: ensure an integer multiple?
12858 this.computeLabelInterval(slotDuration);
12861 TimeGrid.prototype.computeLabelInterval = function (slotDuration) {
12868 slotsPerLabel = util_1.divideDurationByDuration(labelInterval, slotDuration);
12873 return moment.duration(slotDuration); // fall back. clone
12940 slotTime.add(this.slotDuration);
[all …]