System::Diagnostics::Stopwatch::get_Elapsed method

Stopwatch::get_Elapsed method

Gets the total elapsed time measured by the current instance.

TimeSpan System::Diagnostics::Stopwatch::get_Elapsed() const

ReturnValue

A TimeSpan representing the total elapsed time measured by the current instance.

See Also