SetLocalTime (KERNEL32.@)
BOOL SetLocalTime ( const SYSTEMTIME* systime )
Set the local time using current time zone and daylight savings settings.
systime | [In] | The desired local time. |
Success: TRUE. The time was set.
Failure: FALSE, if the time was invalid or caller does not have permission to change the time.
Defined in "winbase.h".
Implemented in "dlls/kernel32/time.c". source.winehq.org/source/dlls/kernel32/time.c
Debug channel "time".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.