.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetTimeZoneInformation 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetTimeZoneInformation\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetTimeZoneInformation ( const TIME_ZONE_INFORMATION* \fItzinfo\fR ) .SH DESCRIPTION .PP Change the settings of the current local time zone. .SH PARAMS \fItzinfo\fR \fB[In]\fR The new time zone. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. The time zone was updated with the settings from \fItzinfo\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/time.c"\fR. .PP Debug channel \fB"time"\fR.