Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
show the 15 minutes labels in ultradayview
posted

Hi,

we have the ultradayview like the following:

we have a requirement to display the 15 minute difference of time, like below 100, I want to show 1:15, then in the next line I want to display 1:30 and then 1:45 before 200. Please suggest how can I do this.

Thanks.

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    Hi,

    Maybe you coudl try these two properties:

    ultraDayView1.TimeSlotDescriptorLabelStyle =TimeSlotDescriptorLabelStyle.EveryTimeSlot;

    ultraDayView1.TimeSlotInterval =TimeSlotInterval.FifteenMinutes;

    Let me know if you have any questions.

Children