Hello,
I tried doing this using this parameters
schRoutes.Days = 2
schRoutes.StartDate = '24-10-2011'
schRoutes.DayBeginsHour = 22
schRoutes.BusinessBeginsHour = 22
schRoutes.BusinessEndsHour = 7
Unfortunately the control doesn't accept schRoutes.BusinessEndsHour = 7, it automatically changes this to 23.
Also there is no 'DayEndsHour'. So it ends up showing 22:00 to 23:00 off 24-10-2011
Is there ANY way to show all appointments from 10:00PM to 7:00AM the next day?