This is a migrated thread and some comments may be shown as answers.

[Solved] How do I indicate that an appointment is an "all day" appointment?

1 Answer 149 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pierre Chew
Top achievements
Rank 1
Pierre Chew asked on 25 Oct 2007, 04:51 PM
I have implemented a custom SchedulerProvider by extending your SchedulerProviderBase class.  I am in the process of implementing the "IEnumerable<Appointment> GetAppointments(RadScheduler owner)" method.  Specifically I am trying to return an appointment that is an "AllDay" appointment.  I looked through the Appointment class but could not find a property.  Should I be setting a start date time of 12:00:00 and a timespan of 24 hours?

Thanks for your help,

Pierre Chew

1 Answer, 1 is accepted

Sort by
0
Tim Barton
Top achievements
Rank 2
answered on 26 Oct 2007, 09:38 PM
Hi Pierre,

I Look at my database for an event and noticed that the time for a all dat event is 24 hours.  For example

Start = 10/23/2007 12:00:00 AM
End = 10/24/2007 12:00:00 AM

Tim
Tags
Scheduler
Asked by
Pierre Chew
Top achievements
Rank 1
Answers by
Tim Barton
Top achievements
Rank 2
Share this question
or