Skip to content

format

typescript
StopWatch.elapsed

class: StopWatch

description

(Read Only) Returns the amount of time in seconds that has passed since the stopwatch started.

parameter

param_nametypedescription

reture

typedescription
numberThe elapsed time in seconds.

code example

None