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