[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

timeval

Record specifying a time inteval.

Declaration

Source position: oldlinux.pp line 187

type timeval = packed record

  sec: LongInt;

  

Number of seconds

  usec: LongInt;

  

Number of milliseconds

end;

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