GetTimeZoneInformation (KERNEL32.@)
DWORD GetTimeZoneInformation ( LPTIME_ZONE_INFORMATION tzinfo )
Get information about the current local time zone.
tzinfo | [Out] | Destination for time zone information. |
TIME_ZONE_ID_INVALID An error occurred TIME_ZONE_ID_UNKNOWN There are no transition time known TIME_ZONE_ID_STANDARD Current time is standard time TIME_ZONE_ID_DAYLIGHT Current time is daylight savings time
Defined in "winbase.h".
Implemented in "dlls/kernel32/time.c". source.winehq.org/source/dlls/kernel32/time.c
Debug channel "time".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.