Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js5839 var dateIncrementInput;
5846 dateIncrementInput = this.opt('dateIncrement'); property
5847 if (dateIncrementInput) {
5848 dateIncrementDuration = moment.duration(dateIncrementInput);
5851 … alignment = util_1.computeDurationGreatestUnit(dateIncrementDuration, dateIncrementInput);
5936 var dateIncrementInput = this.opt('dateIncrement');
5938 if (dateIncrementInput) {
5939 return moment.duration(dateIncrementInput);