ReactOS 0.4.16-dev-527-gdad3a09
_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 1218 of file winbase.h.

Member Data Documentation

◆ Bias

LONG _TIME_DYNAMIC_ZONE_INFORMATION::Bias

Definition at line 1219 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ DaylightBias

LONG _TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias

Definition at line 1225 of file winbase.h.

◆ DaylightDate

SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate

Definition at line 1224 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ DaylightName

WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32]

Definition at line 1223 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ DynamicDaylightTimeDisabled

BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled

Definition at line 1227 of file winbase.h.

Referenced by test_GetTimeZoneInformationForYear().

◆ StandardBias

LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias

Definition at line 1222 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ StandardDate

SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate

Definition at line 1221 of file winbase.h.

Referenced by test_GetDynamicTimeZoneInformation().

◆ StandardName

WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32]

Definition at line 1220 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: