As per my knowledge, it won't be straight forward. you will have to calculate the earliest event time (6 AM) in code behind. Then when you bind your control to datatable or dataset you can add below 2 lines to get your desired result.
dpCalender.BusinessBeginsHour = 6;
dpCalender.BusinessEndsHour = 18;
Hope this helps