Stopwatch.StartNew Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new Stopwatch instance, sets the elapsed time property to zero, and starts measuring elapsed time.
Assembly: System (in System.dll)
This method is equivalent to calling the Stopwatch constructor and then calling Start on the new instance.
Show: