NAME

GetTimeZoneInformation  (KERNEL32.@)

SYNOPSIS

 DWORD GetTimeZoneInformation
 (
  LPTIME_ZONE_INFORMATION tzinfo
 )

DESCRIPTION

Get information about the current local time zone.

PARAMS

tzinfo [Out] Destination for time zone information.

RETURNS

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 dayligh saving time

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/time.c". source.winehq.org/source/dlls/kernel/time.c

Debug channel "time".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.