IStopwatch public interface IStopwatch Abstraction for a stopwatch to compute time relative to a starting point. Documentation Code TimeSpan Elapsed { get; } Gets the time elapsed since the stopwatch object was obtained.