search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Losing business hour settings on update

Asked by Anonymous
9 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.

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