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

timeval

Time specification type.

Declaration

Source position: ptypes.inc line 158

type timeval = record

  tv_sec: time_t;

  

Seconds

  tv_usec: clong;

  

Microseconds

end;


Documentation generated on: Nov 14 2015