Get the current time values.
Source position: intuition.pas line 4089
procedure CurrentTime( |
var seconds: LongWord; |
var micros: LongWord |
); |
seconds |
|
A pointer to a LongInt variable to receive the current seconds value |
micros |
|
A pointer to a LongInt variable for the current microseconds value |
Puts copies of the current time into the supplied argument pointers.
This time value is not extremely accurate, nor is it of a very fine resolution. This time will be updated no more than sixty times a a second, and will typically be updated far fewer times a second.