EnumDynamicTimeZoneInformation function
Enumerates DYNAMIC_TIME_ZONE_INFORMATION entries stored in the registry. This information is used to support time zones that experience annual boundary changes due to daylight saving time adjustments. Use the information returned by this function when calling GetDynamicTimeZoneInformationEffectiveYears to retrieve the specific range of years to pass to GetTimeZoneInformationForYear.
Syntax
DWORD WINAPI EnumDynamicTimeZoneInformation(
_In_ const DWORD dwIndex,
_Out_ PDYNAMIC_TIME_ZONE_INFORMATION lpTimeZoneInformation
);
Parameters
- dwIndex [in]
-
Index value that represents the location of a DYNAMIC_TIME_ZONE_INFORMATION entry.
- lpTimeZoneInformation [out]
-
Specifies settings for a time zone and dynamic daylight saving time.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also