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

timeval

Time specification type.

Declaration

Source position: ptypes.inc line 125

type timeval = packed record

  tv_sec: time_t;

  

Seconds

  tv_usec: clong;

  

Microseconds

end;


Documentation generated on: Dec 20 2008