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

type timeval = packed record

  sec: LongInt;

  

Number of seconds

  usec: LongInt;

  

Number of milliseconds

end;


Documentation generated on: Oct 13 2014