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