Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
PackTime and UnpackTime Procedures
◄Summary► ◄Details► ◄Example► ◄Back►
PROCEDURE PackTime( VAR date_time : DateTime;
VAR time : LongInt
);
PROCEDURE UnpackTime( time : LongInt;
VAR date_time : DateTime
);
Change format of date and time between packed or unpacked
Unit: Dos
See also: FindFirst, FindNext, GetDate, GetFTime, GetTime,
SetDate, SetFTime, SetTime