NAME

SetLocalTime  (KERNEL32.@)

SYNOPSIS

 BOOL SetLocalTime
 (
  const SYSTEMTIME* systime
 )

PARAMS

systime [In] The desired local time.

DESCRIPTION

Set the local time using current time zone and daylight savings settings.

RETURNS

Success: TRUE. The time was set

Failure: FALSE, if the time was invalid or caller does not have permission to change the time.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/time.c". source.winehq.org/source/dlls/kernel/time.c

Debug channel "time".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.