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 |