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
80
Appearence of Appointment with StartDate not equal to EndDate
posted

Hello,

I'm creating an appointment in UltraWinSchedule, which reaches from one day to to the next, like that:

Appointment

appointm = new Appointment(new DateTime(2011,07,05,22,0,0),new DateTime(2011,07,06,8,0,0));
this.ultraCalendarInfo1.Appointments.Add(appointm);

Then on the fifth of july one half of the appointment appears from 22 o'clock to midnight.
But when i scroll to the sixth of july, the second half of the appointment don't appears from midnight to 8 o'clock, but from 22 to midnight.
The same like on the fifth of july!
How can i avoid this effect?

Thanks in advance!
Patrick