In The Hand LtdIn The Hand
StartNew Method
NamespacesInTheHand.DiagnosticsStopwatchStartNew()()()()
.NET Components for Mobility
Initializes a new Stopwatch instance, sets the elapsed time property to zero, and starts measuring elapsed time.
Declaration Syntax
C#Visual Basic
public static Stopwatch StartNew()
Public Shared Function StartNew As Stopwatch
Return Value
A Stopwatch that has just begun measuring elapsed time.
Remarks
This method is equivalent to calling the Stopwatch constructor and then calling Start()()()() on the new instance.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0