Home
last modified time | relevance | path

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

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