StopWatchTimeSpan Property

CVB.Net Documentation
Gets the time, that has elapsed since Start was last called (or since the construction of the Stopwatch object if Start has not been called yet).

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public UsTimeSpan TimeSpan { get; }

Property Value

Type: UsTimeSpan
Elapsed time in milliseconds.
See Also

Reference