2 out of 5 rated this helpful - Rate this topic

TzSpecificLocalTimeToSystemTime function

Applies to: desktop apps | Metro style apps

Converts a local time to a time in Coordinated Universal Time (UTC).

Syntax

BOOL WINAPI TzSpecificLocalTimeToSystemTime(
  __in_opt  LPTIME_ZONE_INFORMATION lpTimeZoneInformation,
  __in      LPSYSTEMTIME lpLocalTime,
  __out     LPSYSTEMTIME lpUniversalTime
);

Parameters

lpTimeZoneInformation [in, optional]

A pointer to a TIME_ZONE_INFORMATION structure that specifies the time zone for the time specified in lpLocalTime.

If lpTimeZoneInformation is NULL, the function uses the currently active time zone.

lpLocalTime [in]

A pointer to a SYSTEMTIME structure that specifies the local time to be converted. The function converts this time to the corresponding UTC time.

lpUniversalTime [out]

A pointer to a SYSTEMTIME structure that receives the UTC time.

Return value

If the function succeeds, the return value is nonzero, and the function sets the members of the SYSTEMTIME structure pointed to by lpUniversalTime to the appropriate values.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

TzSpecificLocalTimeToSystemTime takes into account whether daylight saving time (DST) is in effect for the local time to be converted.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Winbase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

GetSystemTime
GetTimeZoneInformation
Local Time
SYSTEMTIME
SystemTimeToTzSpecificLocalTime
Time Functions
TIME_ZONE_INFORMATION

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ