Changes

Jump to navigation Jump to search

timer.getMilliSecCounter

575 bytes added, 13:11, 25 May 2011
Created page with "timer.'''getMilliSecCounter''' is a function that is part of the timer functions. Returns the amount of milliseconds elapsed since last calculator reboot. In..."
timer.'''getMilliSecCounter''' is a function that is part of the [[:Category:timer|timer]] functions.

Returns the amount of milliseconds elapsed since last calculator reboot.
In the Computer software emulator, it returns an absolute negative time.

The counter rolls over to zero when it passes 2<sup>32</sup> milliseconds.

{{Since|3.0}}

== Syntax ==
timer.'''getMilliSecCounter'''()
(No arguments)

== Example ==
<syntaxhighlight>theTime = timer.getMilliSecCounter()</syntaxhighlight>

== See also ==
*[[timer.start]]
*[[timer.stop]]

<br /><br />

[[Category:timer]]

Navigation menu