[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Record specifying a time inteval.
Source position: oldlinux.pp line 187
type timeval = packed record |
||
sec: LongInt; |
|
Number of seconds |
usec: LongInt; |
|
Number of milliseconds |
end; |
lazarus-ccr.sourceforge.net |