GetTimeZoneInformation.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 daylight savings time

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/time.c".

Debug channel "time".