Hi,

As swak says there is no method purely using set time out.
You need to use get timer too.

So use two number or int vars. One when you call the timer and one when you stop it.

Then subtract the first from the second and format the ms into readable time format.

Fractions of seconds basically. Unless you want the answer in ms. A true second in ms is actually1024ms and not 1000.