ElapsedTime

Name

ElapsedTime -- Returns the time on the stopwatch

Synopsis

ElapsedTime[] =: NUMBER

Description

If the system stopwatch is currently running, ElapsedTime returns the time elapsed since the stopwatch was started. If the system stopwatch is not running, ElapsedTime returns the time elapsed during the last period during which the stopwatch was running.

See also

IsWatchRunning, StartWatch, StopWatch.