get_ElapsedTicks()

Stopwatch::get_ElapsedTicks() const method

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

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

Return Value

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

See Also