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.