TIME_ZONE_INFORMATION
nothrow
struct TIME_ZONE_INFORMATION {
}
- Bias
LONG Bias;
Undocumented in source.
- DaylightBias
LONG DaylightBias;
Undocumented in source.
- DaylightDate
SYSTEMTIME DaylightDate;
Undocumented in source.
- DaylightName
WCHAR[32] DaylightName;
Undocumented in source.
- StandardBias
LONG StandardBias;
Undocumented in source.
- StandardDate
SYSTEMTIME StandardDate;
Undocumented in source.
- StandardName
WCHAR[32] StandardName;
Undocumented in source.
windows winbase
aliasesenumsmanifest constantsstructsvariables