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

timespec

Record specifying time interval.

Declaration

Source position: ptypes.inc line 121

type timespec = packed record

  tv_sec: time_t;

  

Seconds

  tv_nsec: cLong;

  

Nanoseconds

end;