SetLocalTime.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SetLocalTime (KERNEL32.@)

SYNOPSIS

BOOL SetLocalTime
 (
  const SYSTEMTIME* systime
 )

DESCRIPTION

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

PARAMS

systime [In] The desired local time.

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/kernel32/time.c".

Debug channel "time".