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/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.