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

timespec

Record specifying time interval.

Declaration

Source position: ptypes.inc line 137

type timespec = packed record

  tv_sec: time_t;

  

Seconds

  tv_nsec: clong;

  

Nanoseconds

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.