get_ElapsedMilliseconds()

Stopwatch::get_ElapsedMilliseconds() const method

Gets the total elapsed time measured by the current instance, in milliseconds.

int64_t System::Diagnostics::Stopwatch::get_ElapsedMilliseconds() const

Return Value

An integer representing the total number of milliseconds measured by the current instance.

See Also