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

timeval

Record specifying a time inteval.

Declaration

Source position: linuxold.inc line 187

type timeval = packed record

  sec: LongInt;

  

Number of seconds

  usec: LongInt;

  

Number of milliseconds

end;