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
Hi Patrick,
I just tried this using the latest and I do not see this behavior. I see the appointment starting at 10PM on the 5th and then ending on the 6th at 8AM as expected (see screen shots attached). I don't see any bug fixes that jump out and say this is the one that fixed that problem... if you can tell me which version you are using I can verify if it was a problem in that version.