Interface IStopwatch
Abstraction for a stopwatch to compute time relative to a starting point.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Interfaces.dll
Syntax
public interface IStopwatch
Properties
| Improve this Doc View SourceElapsed
Gets the time elapsed since the stopwatch object was obtained.
Declaration
TimeSpan Elapsed { get; }
Property Value
Type | Description |
---|---|
TimeSpan |