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