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

timespec

Record specifying time interval.

Declaration

Source position: ptypes.inc line 178

type timespec = record

  tv_sec: time_t;

  

Seconds

  tv_nsec: clong;

  

Nanoseconds

end;


Documentation generated on: May 14 2021