ReactOS 0.4.16-dev-816-g135a9a9
|
#include <winbase.h>
Public Attributes | |
LONG | Bias |
WCHAR | StandardName [32] |
SYSTEMTIME | StandardDate |
LONG | StandardBias |
WCHAR | DaylightName [32] |
SYSTEMTIME | DaylightDate |
LONG | DaylightBias |
LONG _TIME_ZONE_INFORMATION::Bias |
Definition at line 1231 of file winbase.h.
Referenced by _ftime_s(), _tzset(), create_date(), date_parse(), get_localdatetime(), GetTimeZoneInformation(), mktime_worker(), NetrRemoteTOD(), ParseLogonHours(), PrintLogonHours(), SetLocalTimeZone(), ShowTimeZoneList(), test_FileTimeToLocalFileTime(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_localtime(), test_mktime(), test_RtlQueryTimeZoneInformation(), test_TzSpecificLocalTimeToSystemTime(), TIME_CompTimeZoneID(), TIME_GetTimezoneBias(), and tzset_from_system_nolock().
LONG _TIME_ZONE_INFORMATION::DaylightBias |
Definition at line 1237 of file winbase.h.
Referenced by _tzset(), common_ftime_s(), create_date(), date_parse(), get_localdatetime(), get_tz_bias(), GetTimeZoneInformation(), NetrRemoteTOD(), SetLocalTimeZone(), ShowTimeZoneList(), test_FileTimeToLocalFileTime(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_localtime(), test_mktime(), test_RtlQueryTimeZoneInformation(), test_TzSpecificLocalTimeToSystemTime(), TIME_CompTimeZoneID(), TIME_GetTimezoneBias(), and tzset_from_system_nolock().
SYSTEMTIME _TIME_ZONE_INFORMATION::DaylightDate |
Definition at line 1236 of file winbase.h.
Referenced by _isindst_nolock(), _tzset(), common_ftime_s(), create_date(), date_parse(), get_tz_bias(), GetTimeZoneInformation(), SetLocalTimeZone(), ShowTimeZoneList(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_RtlQueryTimeZoneInformation(), test_TzSpecificLocalTimeToSystemTime(), TIME_CompTimeZoneID(), and tzset_from_system_nolock().
WCHAR _TIME_ZONE_INFORMATION::DaylightName[32] |
Definition at line 1235 of file winbase.h.
Referenced by _tzset(), GetTimeZoneInformation(), SetLocalTimeZone(), SetTimeZoneName(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_RtlQueryTimeZoneInformation(), and tzset_from_system_nolock().
LONG _TIME_ZONE_INFORMATION::StandardBias |
Definition at line 1234 of file winbase.h.
Referenced by _tzset(), create_date(), date_parse(), get_localdatetime(), get_tz_bias(), GetTimeZoneInformation(), NetrRemoteTOD(), SetLocalTimeZone(), ShowTimeZoneList(), test_FileTimeToLocalFileTime(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_localtime(), test_mktime(), test_RtlQueryTimeZoneInformation(), test_TzSpecificLocalTimeToSystemTime(), TIME_CompTimeZoneID(), TIME_GetTimezoneBias(), and tzset_from_system_nolock().
SYSTEMTIME _TIME_ZONE_INFORMATION::StandardDate |
Definition at line 1233 of file winbase.h.
Referenced by _isindst_nolock(), _tzset(), create_date(), date_parse(), get_tz_bias(), GetTimeZoneInformation(), SetLocalTimeZone(), ShowTimeZoneList(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_RtlQueryTimeZoneInformation(), test_TzSpecificLocalTimeToSystemTime(), TIME_CompTimeZoneID(), and tzset_from_system_nolock().
WCHAR _TIME_ZONE_INFORMATION::StandardName[32] |
Definition at line 1232 of file winbase.h.
Referenced by _tzset(), AllSysInfo(), GetTimeZoneInformation(), SetLocalTimeZone(), SetTimeZoneName(), ShowTimeZoneList(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_mktime(), test_RtlQueryTimeZoneInformation(), and tzset_from_system_nolock().