Unit 'unixtype' Package
[Overview][Constants][Types][Index] [#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: Jul 24 2023