Hi
We are trying to get timezones working in the scheduler component but for some unknown reason the date selected is incorrect .
our code is
We are trying to get timezones working in the scheduler component but for some unknown reason the date selected is incorrect .
our code is
RadScheduler1.TimeZoneOffset = TimeZoneInfo.Local.BaseUtcOffset ' (Australia est melb)
RadScheduler1.SelectedView = Telerik.Web.UI.SchedulerViewType.WeekView
RadScheduler1.SelectedDate = Now.ToUniversalTime.Date
RadScheduler1.WeekView.HeaderDateFormat =
"dd MMM yyyy"
And when displayed , the selected date is Tomorrow ie not today
Are we missing something here.
We need to set the timezone as we have multiple users which we are trying to support in different timezones.
Any help is appreciated
Regards
Andrei