Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2945
System.TimeZoneInfo from Infragistics.Win.TimeZoneInfo
posted

It seems I can load a System.TimeZoneInfo value into an UltraTimeZoneEditor.  However, the editor stores the value as it's own version of TimeZoneInfo, and there doesn't seem to be a clear way to map back. 

Infragistics.Win.TimeZoneInfo has a StandardName property to uniquely identify the zone, and System.TimeZoneInfo has an Id property.  But unfortunately (and goodness knows why!) these do not always match.

So is it possible to get back to the System.TimeZoneInfo from the UltraTimeZoneEditor?  I'd just rather use the standard .Net object around the application than having to use the Infragistics one, otherwise it means adding extra DLLs to apps that shouldn't require them.

Thanks.

Parents Reply Children