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

timeval

Time specification type.

Declaration

Source position: ptypes.inc line 114

type timeval = packed record

  tv_sec: cLong;

  

Seconds

  tv_usec: cLong;

  

Milliseconds

end;