Interface IClock
Interface for clocks.
Namespace: System.Time
Assembly: Nuqleon.Time.dll
Syntax
public interface IClock
Properties
Now
Gets the current time in ticks.
Declaration
long Now { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Interface for clocks.
public interface IClock
Gets the current time in ticks.
long Now { get; }
| Type | Description |
|---|---|
| System.Int64 |