[Overview][Constants][Types][Procedures and functions][Variables] |
Set the current system date.
Source position: oldlinux.pp line 1326
function SetDate( |
Year: Word; |
Month: Word; |
Day: Word |
):Boolean; |
SetDatesets the system date to year, month, day. This is the kernel date, so it is in GMT. The time is not touched. The function returns Trueif the call was executed corretly, Falseotherwise.
Remark: | You must be root to execute this call. |
Errors are returned in LinuxError
|
Return the system date |
|
|
Set the current system time. |
|
|
Set the current system date and time |