Initializes a new instance of the Stopwatch class

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public Stopwatch()
Visual Basic
Public Sub New
Visual C++
public:
Stopwatch()
F#
new : unit -> Stopwatch

See Also