You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2024. It is now read-only.
This repository was archived by the owner on May 24, 2024. It is now read-only.
There was an error deserializing the object of type BingMapsRESTToolkit.Response. The string '1:00u' was not recognized as a valid DateTime. There is an unknown word starting at index '4' #72
/// <summary>/// The local time when DST starts, hh:mm format/// </summary>[DataMember(Name="dstEndTime",EmitDefaultValue=false)]publicstringDstEndTime{get{returnDateTimeHelper.GetUTCString(EndTime);}set{EndTime=DateTimeHelper.GetDateTimeFromUTCString(value);}}
dstStartTime and dstEndTime value "1:00u" is not a valid DateTime .