Ger felmeddelande om att datum/tid inte är giltigt.
System.ArgumentOutOfRangeException
Level 1) The added or subtracted value results in an un-representable DateTime.
Parameter name: value
StackTrace for Level 1:
at System.DateTime.AddTicks(Int64 value)
at System.DateTime.Add(Double value, Int32 scale)
at SwitchKing.Client.GUI.UserControls.TimeLineControl.RefreshControl()
at SwitchKing.Client.GUI.UserControls.TimeLineControl.set_FadeOutBlocksWhereRulesAreNotFulfilled(Boolean value)
at SwitchKing.Client.GUI.UserControls.DeviceControl.set_FadeOutBlocksWhereRulesAreNotFulfilled(Boolean value)
at SwitchKing.Client.GUI.frmMain.AddDeviceToDevicePanel(Device d, List`1 deviceControls)
at SwitchKing.Client.GUI.frmMain.RefreshDevicePanel(Boolean doRefresh, Boolean& refreshIsRequired)
at SwitchKing.Client.GUI.frmMain.frmMain_Load(Object sender, EventArgs e