Unit 'unixtype' Package
[Overview][Constants][Types][Index] [#rtl]

timeval

Time specification type.

Declaration

Source position: ptypes.inc line 167

type timeval = record

  tv_sec: time_t;

  

Seconds.

  tv_usec: clong;

  

Microseconds.

end;


Documentation generated on: Jul 24 2023