ElapsedTime Property

See Also Applies To Example Model

Returns the elapse time in seconds after the StopWatch timer has been stopped. Read only Double.

Example

The following example uses the ElapsedTime property to report the elapse time of a simulation to the Visual Basic Debug window.

Debug.Print World.StopWatch.ElapsedTime