I’ll start by saying I’m not that experienced in C# and I’m writing a WPF app that writes to an XML file that PowerShell can later read the elements from at different points during configuration. I created a ComboBox that enumerates the Time Zone DisplayNames, which works great. ReadOnlyCollection<TimeZoneInfo> systemTimeZones; systemTimeZones = TimeZoneInfo.GetSystemTimeZones(); cbTimeZone.DataSource = […]
The post Get a Time Zone StandardName (Not Local) appeared first on BlogoSfera.