I am reposting a question that I really need to find the answer to but has so far gone unanswered.
When I create an ultraschedulePrintDocument and set its PrintStyle to "Daily".... the TIMESLOTINTERVAL when I print the document is 20 minutes. There seems to be NO WAY to control this.
I have tried:
UltraSchedulePrintDocument1.TemplateDayView.TimeSlotInterval = TimeSlotInterval.TenMinutes
Sorry, I was asking if the guy ever figured out how to set the time to 24 hour instead of AM/PM as I can't seem to find out how.
Who are you asking? I laid out what i found when working on this.
Did you ever find out how to do this?
Hi,
Generally while using the ultradayview control , the default settings is in 12 hour format i.e 12:.01 AM to 11:59 PM. But is there any way to change the time format into 24 hours( 00.01 to 23.59 ) as i found in one application where there are using both 12 hour and 24 hour format for displaying the timeslots in the day view control.Could you please provide me the code.
Looking at my day view the time slots i see start from 12:.01 AM to 11:59 PM.