Hello,
The winDayView's default display is from 12pm till mid night (24 hrs). I am looking for a way to customize this to display from 9AM to 9AM the next day for a Media App I am working on. Any tips of how to achieve this is highly appreciated. Thanks.
this.ultraDayView1.CalendarInfo.LogicalDayOffset = TimeSpan.FromHours( 9f );