I am trying to set the start time to 8:00am and the end time to 9:00 but everytime I click the monthly calendar to add a new appointment it is set to All Day. I do not see how to turn that off. Here is hte code I am using:
private
e)
{
)
e.Activity.Start =
.Now.Day, 8, 0, 0).ToUniversalTime();
e.Activity.End =
.Now.Day, 9, 0, 0).ToUniversalTime()
}
You need to set the IsTimeZoneNeutral property to false. By default an activity created in a monthview occupies the whole day and is timezone neutral (i.e. the time is not tied to a specfic timezone).
HI,
I am just following up on this forum thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer