.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetSystemTime 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetSystemTime\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetSystemTime ( const SYSTEMTIME* \fIsystime\fR ) .SH DESCRIPTION .PP Set the system time in utc. .SH PARAMS \fIsystime\fR \fB[In]\fR The desired system time. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. The time was set. .PP \fBFailure:\fR \fBFALSE\fR, if the time was invalid or caller does not have permission to change the time. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/time.c"\fR. .PP Debug channel \fB"time"\fR.