Language:
Русский
English
GetDate (procedure) (WinDos unit)
Returns the current date set in the operating system.
Declaration
procedure GetDate(var Year, Month, Day, DayOfWeek: Word);
Target
Windows, Real, Protected
Remarks
Ranges of the values returned are Year 1980..2099, Month 1..12, Day 1..31, and DayOfWeek 0..6 (where 0 corresponds to Sunday).