Initializes a new
Stopwatch instance, sets the elapsed time property to zero, and starts measuring elapsed time.
Namespace: System.DiagnosticsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public static Stopwatch StartNew()
Return Value
Type:
StopwatchA
Stopwatch that has just begun measuring elapsed time.
See Also