Scroll to navigation

RtlSetTimeZoneInformation(3w) Wine API RtlSetTimeZoneInformation(3w)

NAME

RtlSetTimeZoneInformation (NTDLL.@)

SYNOPSIS

NTSTATUS RtlSetTimeZoneInformation
(
const RTL_TIME_ZONE_INFORMATION* tzinfo
)
 

DESCRIPTION

Set the current time zone information.
 

PARAMS

tzinfo [In] Timezone information to set.
 

RETURNS

Success: STATUS_SUCCESS.
Failure: An NTSTATUS error code indicating the problem.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/time.c".
Debug channel "ntdll".
Oct 2012 Wine API