SystemTimeToTzSpecificLocalTime.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SystemTimeToTzSpecificLocalTime (KERNEL32.@)

SYNOPSIS

BOOL SystemTimeToTzSpecificLocalTime
 (
  LPTIME_ZONE_INFORMATION lpTimeZoneInformation,
  LPSYSTEMTIME            lpUniversalTime,
  LPSYSTEMTIME            lpLocalTime
 )

DESCRIPTION

Convert a utc system time to a local time in a given time zone.

PARAMS

lpTimeZoneInformation [In] The desired time zone.

lpUniversalTime [In] The utc time to base local time on.

lpLocalTime [Out] The local time in the time zone.

RETURNS

Success: TRUE. lpLocalTime contains the converted time

Failure: FALSE.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "time".