Time specification type.
Source position: ptypes.inc line 127
type timeval = packed record
tv_sec: clong;
Seconds
tv_usec: clong;
Microseconds
end;