Table of Contents

Class SystemStopwatch

Namespace
Coherence.Common
Assembly
Coherence.Common.dll
public class SystemStopwatch : IStopwatch
Inheritance
SystemStopwatch
Implements

Constructors

SystemStopwatch()

public SystemStopwatch()

Properties

Elapsed

public TimeSpan Elapsed { get; }

Property Value

TimeSpan

ElapsedMilliseconds

public long ElapsedMilliseconds { get; }

Property Value

long

Methods

Reset()

public void Reset()

Restart()

public void Restart()

Start()

public void Start()

StartNew()

public static IStopwatch StartNew()

Returns

IStopwatch

Stop()

public void Stop()