[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

CurrentTime

Get the current time values.

Declaration

Source position: intuition.pas line 3201

procedure CurrentTime(

  var Seconds: LongWord;

  var Micros: LongWord

);

Arguments

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

Description

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.


Documentation generated on: 2017-01-10