SetTimeZoneInformation (kernel32)
Last changed: -79.176.199.219

.
Summary
The SetTimeZoneInformation function sets the current time-zone parameters. These parameters control translations from Coordinated Universal Time (UTC) to local time.

C# Signature:

[DllImport("kernel32.dll")]
static extern bool SetTimeZoneInformation([In] ref TIME_ZONE_INFORMATION
   lpTimeZoneInformation);

User-Defined Types:

None.

Notes:asd

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation