| StopwatchStartNew Method |
Initializes a new
Stopwatch instance, sets the elapsed time property to zero,
and starts measuring elapsed time.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static Stopwatch StartNew()
Public Shared Function StartNew As Stopwatch
public:
static Stopwatch^ StartNew()
static member StartNew : unit -> Stopwatch
Return Value
Type:
Stopwatch
A
Stopwatch that has just begun measuring elapsed time.
See Also