Just updated to the new internal build and now i cannot enter a negative timeZoneOffset. I was using -06:00:00, but now I get an exception. Is there a better way to enter negative timeZoneOffsets?
The added or subtracted value results in an un-representable DateTime.
Description: Anunhandled exception occurred during the execution of the current webrequest. Please review the stack trace for more information about theerror and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime.
Parameter name: value
Source Error:
Stack Trace:
The added or subtracted value results in an un-representable DateTime.
Parameter name: value
Description: Anunhandled exception occurred during the execution of the current webrequest. Please review the stack trace for more information about theerror and where it originated in the code. Exception Details: System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime.
Parameter name: value
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime.Parameter name: value] System.DateTime.AddTicks(Int64 value) +7658243 Telerik.Web.UI.RadScheduler.UtcToDisplay(DateTime utcDate) +46 Telerik.Web.UI.AdvancedTemplate.PrefillRecurrenceControls() +68 Telerik.Web.UI.AdvancedTemplate.CreateControls(Control container) +68 Telerik.Web.UI.AdvancedTemplate.InstantiateIn(Control container) +78 Telerik.Web.UI.RadScheduler.CreateHiddenAdvancedInsertForm(Control container) +221 Telerik.Web.UI.RadScheduler.CreateHiddenAdvancedForms() +102 Telerik.Web.UI.RadScheduler.CreateChildControls(Boolean bindFromDataSource) +339 Telerik.Web.UI.RadScheduler.CreateChildControls() +10 System.Web.UI.Control.EnsureChildControls() +87 System.Web.UI.Control.PreRenderRecursiveInternal() +44 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842 |