StopWatchStart Method

CVB.Net Documentation
Start (or re-start) the stopwatch. This will reset the TimeSpan property to 0.0. All subsequent readouts of the TimeSpan property will give the time in milliseconds, that has elapsed since the last call to Start or since the construction of the Stopwatch object.

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

public void Start()
See Also

Reference