System::Diagnostics::Stopwatch::StartNew method

Stopwatch::StartNew method

Creates new Stopwatch object and starts measurement.

static SharedPtr<Stopwatch> System::Diagnostics::Stopwatch::StartNew()

ReturnValue

Pointer to newly created Stopwatch object.

See Also