Change the starting hour and ending hour of Scheduler?

Asked by JC
5 years ago.

We have a need to change the starting hour to be 8am and the ending hour 6pm - customer does not want to see the rest of the day (as they don't provide services @ midnight)

Is there a way to configure this? Thanks.

Comment posted by JC
5 years ago.

Thanks - note: I found this did NOT work:

dp.businessBeginsHour = 9;
dp.businessEndsHour = 18

However, THIS works
dp.dayBeginsHour = 9;
dp.dayEndsHour = 18;

This is confirmed by other users of the forum. So, not sure if there is a problem w/ businessBeginsHour or it needs something else to be called to work.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.