Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts1924 getWorkHours(date: Date): any[]; method
Ddhtmlxgantt.js13getWorkHours:function(t){return e.getWorkHours(t)},setWorkTime:function(t){return e.setWorkTime(t)… method in a
Ddhtmlxgantt.js.map1getWorkHours","setWorkTime","unsetWorkTime","_hasDuration","hasDuration","createCalendar","addCale…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js11815 getWorkHours: function (date) {
11816 return timeCalculator.getWorkHours(date);
28080 getWorkHours: function () { method in CalendarWorkTimeStrategy
28427 getWorkHours: function () { method in CalendarDisabledTimeStrategy
28673 getWorkHours: function (config) { method in TimeCalculator
28678 return calendar.getWorkHours(config.date);