|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| kernel32.lib
| Header File
| winbase.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SetTimeZoneInformation
The
SetTimeZoneInformation function sets the current time-zone parameters. These parameters control
translations from Coordinated Universal Time (UTC) to local time.
BOOL SetTimeZoneInformation(
CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation
| // address of time-zone settings
|
);
|
|
Parameters
lpTimeZoneInformation
Points to a
TIME_ZONE_INFORMATION structure that contains the time-zone parameters to set.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error
information, call
GetLastError.
Remarks
All translations between UTC and local time are based on the following
formula:
UTC = local time + bias
The bias is the difference, in minutes, between UTC and local time.
See Also
GetTimeZoneInformation,
TIME_ZONE_INFORMATION
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database