Return the day of the week.
Source position: dos.pp line 68
function weekday( |
y: LongInt; |
m: LongInt; |
d: LongInt |
):LongInt; |
WeekDay returns the day of the week on which the day Y/M/D falls. Sunday is represented by 0, Saturday is 6.
On error, -1 is returned.
|
Pack DateTime value to a packed-time format. |
|
|
Unpack packed file time to a DateTime value. |
|
|
Return the current time. |
|
|
Set system time. |