AccumulatedTime Property
Object List Next Object
Defined By: StopClock
Description:
Gives the total time that the state of a stop clock has been “Running” since the stop clock was started.
Details:
You can use a stop clock to time the sum of an intermittent process by
starting it and pausing it when you don’t want to accumulate time. ElapsedTime gives the complete span of time since
the stop clock was started without regard to whether it was paused. This means
that ElapsedTime is always greater than or equal to AccumulatedTime.
Data Type: String (Read Only)
See Also:
ElapsedTime property