Time specification type.
Source position: ptypes.inc line 114
type timeval = packed record
tv_sec: cLong;
Seconds
tv_usec: cLong;
Milliseconds
end;