Losing business hour settings on update

Asked by Anonymous
12 years ago.

I have the following options OnInit()

BusinessBeginsHour = 9;
BusinessEndsHour = 18;
ShowNonBusiness = false;

However, when doing OnCommand callbacks to change the day, it starts showing all hours again. I've tried adding the above options both before and after Update(CallBackUpdateType.Full) but it still shows the incorrect hours.

No reply yet.

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