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.  |