Difference between revisions of "Category:timer"
Jump to navigation
Jump to search
(Created page with "*'''timer.start'''(time) : Starts the timer with the given ''time'' (in seconds) *'''timer. getMilliSecCounter'''() : Returns the value of the milliseconds elapsed since...") |
m |
||
Line 1: | Line 1: | ||
*'''[[timer.start]]'''(time) : Starts the timer with the given ''time'' (in seconds) | *'''[[timer.start]]'''(time) : Starts the timer with the given ''time'' (in seconds) | ||
− | *'''[[timer. getMilliSecCounter]]'''() : Returns the value of the milliseconds elapsed since the calculator's last boot. | + | *'''[[timer.getMilliSecCounter]]'''() : Returns the value of the milliseconds elapsed since the calculator's last boot. |
*'''[[timer.stop]]'''() : Stops the timer. | *'''[[timer.stop]]'''() : Stops the timer. |
Revision as of 12:26, 24 May 2011
- timer.start(time) : Starts the timer with the given time (in seconds)
- timer.getMilliSecCounter() : Returns the value of the milliseconds elapsed since the calculator's last boot.
- timer.stop() : Stops the timer.
Pages in category "timer"
The following 4 pages are in this category, out of 4 total.