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

Setting IAppointment TimeZone to non-local/utc...

1 Answer 67 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 1
Chad asked on 22 Aug 2011, 10:29 PM
How do you suggest setting the TimeZone property of an IAppointment object in Silverilght to something other than Local or UTC?

Unless I am missing something, here is the problem:
  • You can't lookup a timezoneinfo object in silverilght by id
  • You can't create a custom timezoneinfo object in silverlight, so you're stuck with either local or utc
  • You can't pass a timezoneinfo object to a silverlight app from the server either through RIA Services or WCF becuase TimeZoneInfo has a private constructor, and is a sealed class

If the above are all true, how can we display appointments in the RadScheduleView that are neither UTC or local timezone? This has to be one of the most common scenarios for this control, no?

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 25 Aug 2011, 03:46 PM
Hello Chad,

Thank you for your question.

Actually, you are the first one with similar request for RadScheduleView for Silverlight. The Silverlight TimeZoneInfo class supports UTC and Client local timezones only. That is why RadScheduleView for Silverlight does not support any other timeZone. You can vote in MS forum for adding support for different TimeZones under the following link
http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/325366-add-full-3-5-timezoneinfo-support?ref=title

Kind regards,
Rosi
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
ScheduleView
Asked by
Chad
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or