Show / Hide Table of Contents

Interface IStopwatchFactory

Interface for stopwatch factories.

Namespace: System.Time
Assembly: Nuqleon.Time.dll
Syntax
public interface IStopwatchFactory

Methods

Create()

Creates a new stopwatch that has not been started.

Declaration
IStopwatch Create()
Returns
Type Description
IStopwatch

New stopwatch instance.

Extension Methods

StopwatchFactoryExtensions.StartNew(IStopwatchFactory)
In This Article
Back to top Generated by DocFX