#101522
Anonymous
Inactive

Hi,
I have a question on the duration of the project; if I set the durationUnit = ‘hour’ and view =’week’ (worked on example of https://www.htmlelements.com/demos/gantt/custom-popup-window/) and set nonworkingHours and nonworkingDays like this:
gantt.nonworkingHours = [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 13, 18, 19, 20, 21,22, 23 ];
gantt.nonworkingDays = [ 0, 6 ];
for use only 8 hours for day, the duration of task work correctly, but the duration of syncronized project is calculated with 24 hours and not 8. The properties nonworkingHours e nonworkingDays  doesn’t work for projects with syncronized=true? It’s possible to change?
Thank you in advance.
Walter