ReactOS 0.4.15-dev-7953-g1f49173
_TIME_DYNAMIC_ZONE_INFORMATION Struct Reference

#include <winbase.h>

Collaboration diagram for _TIME_DYNAMIC_ZONE_INFORMATION:

Public Attributes

LONG Bias
 
WCHAR StandardName [32]
 
SYSTEMTIME StandardDate
 
LONG StandardBias
 
WCHAR DaylightName [32]
 
SYSTEMTIME DaylightDate
 
LONG DaylightBias
 
WCHAR TimeZoneKeyName [128]
 
BOOLEAN DynamicDaylightTimeDisabled
 

Detailed Description

Definition at line 1193 of file winbase.h.

Member Data Documentation

◆ Bias

LONG _TIME_DYNAMIC_ZONE_INFORMATION::Bias

Definition at line 1194 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ DaylightBias

LONG _TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias

Definition at line 1200 of file winbase.h.

◆ DaylightDate

SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate

Definition at line 1199 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ DaylightName

WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32]

Definition at line 1198 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ DynamicDaylightTimeDisabled

BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled

Definition at line 1202 of file winbase.h.

Referenced by test_GetTimeZoneInformationForYear().

◆ StandardBias

LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias

Definition at line 1197 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ StandardDate

SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate

Definition at line 1196 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ StandardName

WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32]

Definition at line 1195 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ TimeZoneKeyName

WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128]

The documentation for this struct was generated from the following file: