Click or drag to resize
StopwatchStartNew Method
Initializes a new Stopwatch instance, sets the elapsed time property to zero, and starts measuring elapsed time.

Namespace: System.Diagnostics
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public static Stopwatch StartNew()

Return Value

Type: Stopwatch
A Stopwatch that has just begun measuring elapsed time.
See Also