Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1598 getClosestWorkTime(config: any): Date; method
H A Ddhtmlxgantt.js13getClosestWorkTime({date:e.start_date,dir:"future",task:e}),e.end_date=this.calculateEndDate(e)))}… method in i
H A Ddhtmlxgantt.js.map1getClosestWorkTime","calendarManager","timeCalculator","getWorkHours","setWorkTime","unsetWorkTime…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8104 task.start_date = this.getClosestWorkTime({date: task.start_date, dir: 'future', task: task});
11831 getClosestWorkTime: function (config) {
11832 return timeCalculator.getClosestWorkTime(config);
25966 task.start_date = gantt.getClosestWorkTime({date: task.start_date, dir: 'future', task: task});
25968 task.end_date = gantt.getClosestWorkTime({date: task.end_date, dir: 'past', task: task});
28327 getClosestWorkTime: function () {
28439 getClosestWorkTime: function (config) { method in CalendarDisabledTimeStrategy
28702 getClosestWorkTime: function (config) { method in TimeCalculator
28707 return calendar.getClosestWorkTime(config);