NAME

TzSpecificLocalTimeToSystemTime  (KERNEL32.@)

SYNOPSIS

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

DESCRIPTION

Converts a local time to a time in utc.

PARAMS

lpTimeZoneInformation [In] The desired time zone.
lpLocalTime [In] The local time.
lpUniversalTime [Out] The calculated utc time.

RETURNS

Success: TRUE. lpUniversalTime contains the converted time.

Failure: FALSE.

IMPLEMENTATION

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 Jan 2008.