|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <timezoneapi.h>

Public Attributes | |
| LONG | Bias |
| WCHAR | StandardName [32] |
| SYSTEMTIME | StandardDate |
| LONG | StandardBias |
| WCHAR | DaylightName [32] |
| SYSTEMTIME | DaylightDate |
| LONG | DaylightBias |
| WCHAR | TimeZoneKeyName [128] |
| BOOLEAN | DynamicDaylightTimeDisabled |
Definition at line 34 of file timezoneapi.h.
| LONG _TIME_DYNAMIC_ZONE_INFORMATION::Bias |
Definition at line 36 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), test_EnumDynamicTimeZoneInformation(), and test_GetDynamicTimeZoneInformation().
| LONG _TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias |
Definition at line 42 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), and test_EnumDynamicTimeZoneInformation().
| SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 41 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), test_EnumDynamicTimeZoneInformation(), and test_GetDynamicTimeZoneInformation().
| WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 40 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), test_EnumDynamicTimeZoneInformation(), and test_GetDynamicTimeZoneInformation().
| BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 44 of file timezoneapi.h.
Referenced by GetTimeZoneInformationForYear(), test_EnumDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().
| LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 39 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), test_EnumDynamicTimeZoneInformation(), and test_GetDynamicTimeZoneInformation().
| SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 38 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), test_EnumDynamicTimeZoneInformation(), and test_GetDynamicTimeZoneInformation().
| WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 37 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), test_EnumDynamicTimeZoneInformation(), and test_GetDynamicTimeZoneInformation().
| WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 43 of file timezoneapi.h.
Referenced by GetTimeZoneInformationForYear(), test_EnumDynamicTimeZoneInformation(), test_GetDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().