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

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Stopwatch StartNew()

Return Value

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