The Elapsed Timer can be Stopped and Started, like a stopwatch.
Code:
 GOSUB StopTimer
 GOSUB ResetTime
 GOSUB StartTimer
You can time things any which way you need to.