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
430
How to create All Day Event
posted

Hi All,

I am using UltrawinCalander now when we create all day event it shows that event on the top most area of ultrawincalander.

when i create an event programatically then it creates an event and displays as a big event in entire day from 00.00 to 24.00

Moreover if the start date and end date of the appointment are diff means start date is 12/08/2009 and end date is 15/08/2009 then it displays event at the top but if the start date and end date is same and its all day event in that case it doesn't create at the top.

Can any one help.

Regards,

Carlton

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    I assume you are referring to the UltraDayView control herein; the Appointment object exposes an AllDayEvent property, and setting this property to true is what causes the appointment to appear "on the top most area of ultrawincalander".

Children