Show / Hide Table of Contents

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

Extension Methods

ClockExtensions.AssertMonotonic(IClock)
ClockExtensions.EnsureMonotonic(IClock)
In This Article
Back to top Generated by DocFX