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