Group: Time - Library: kernel32
The SetTimeZoneInformation function sets the current time-zone parameters. These parameters control translations from Coordinated Universal Time (UTC) to local time.
Retrieving information specific to the current Time Zone
BOOL SetTimeZoneInformation(
const TIME_ZONE_INFORMATION* lpTimeZoneInformation
);
DECLARE INTEGER SetTimeZoneInformation IN kernel32;
STRING lpTimeZoneInformation
lpTimeZoneInformation [in] Pointer to a TIME_ZONE_INFORMATION structure that contains the time-zone parameters to set.
If the function succeeds, the return value is nonzero.