[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NAME: PackTime
USE: Accepts a date-time record and converts it in to a 4-byte
packed date-and-time longint to be used by SetFTime.
DEPENDENCY: The DOS unit must be used placed in the uses section.
SYNTAX: PackTime(Var DateTimeValue : DateTime; Var ETime : LongInt);
DateTime = Record
Year, Month, Day,
Hour, Min, Sec : Word;
end;
See Also:
GetFTime
SetFTime
UnPackTime
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson