Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2197 roundDate(date: Date): Date; method
H A Ddhtmlxgantt.js13roundDate=function(e){var i=t.getScale();n.isDate(e)&&(e={date:e,unit:i?i.unit:t.config.duration_u… function
H A Ddhtmlxgantt.js.map1roundDate","upper","lower","colIndex","steps","correctTaskWorkTime","work_time","correct_work_time…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8035 gantt.roundDate = function (config) { function
25948 task.start_date = gantt.roundDate({date: task.start_date, unit: unit, step: step});
25951 task.end_date = gantt.roundDate({date: task.end_date, unit: unit, step: step});
25955 task.start_date = gantt.roundDate({date: task.start_date, unit: unit, step: step});