c# Programming Glossary: timezoneinformation
Set System Time Zone from .NET http://stackoverflow.com/questions/808736/set-system-time-zone-from-net the interop code to set the system time zone via SetTimeZoneInformation I realize that it's basically mapping the TimeZoneInfo members.. at http www.pinvoke.net default.aspx kernel32 GetTimeZoneInformation.html The main part of the following sample code is taken from.. class TimeZoneFunctionality summary Win32 API call The GetTimeZoneInformation function retrieves the current time zone parameters. These parameters..
|