[Overview][Constants][Types] Reference for unit 'unixtype' (#rtl)

timeval

Time specification type.

Declaration

Source position: ptypes.inc line 127

type timeval = packed record

  tv_sec: clong;

  

Seconds

  tv_usec: clong;

  

Microseconds

end;