[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;


Documentation generated on: Apr 14 2013