Search Results for

    Show / Hide Table of Contents

    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 Source

    Elapsed

    Gets the time elapsed since the stopwatch object was obtained.

    Declaration
    TimeSpan Elapsed { get; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX