[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

SetDateTime

Set the current system date and time

Declaration

Source position: oldlinux.pp line 1327

function SetDateTime(

  Year: Word;

  Month: Word;

  Day: Word;

  hour: Word;

  minute: Word;

  second: Word

):Boolean;

Description

SetDate sets the system date and time to year, month, day, hour, min, Sec. This is the kernel date/time, so it is in GMT. The time is not touched. The function returns True if the call was executed corretly, False otherwise.

Remark: You must be root to execute this call.

Errors

Errors are returned in LinuxError

See also

SetDate

  

Set the current system date.

SetTime

  

Set the current system time.

GetDateTime

  

Return system date and time

The latest version of this document can be found at lazarus-ccr.sourceforge.net.