DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.12.0" />

 Timestamp

public static Timestamp Current { get; }

public TimeSpan Elapsed { get; }

public double ElapsedMilliseconds { get; }

public long ElapsedTicks { get; }

public bool IsEmpty { get; }

public bool IsFuture { get; }

public bool IsPast { get; }

public TimeSpan Value { get; }

public Timestamp()

public Timestamp(TimeSpan ts)

public static bool op_Equality(Timestamp left, Timestamp right)

public static TimeSpan op_Explicit(Timestamp stamp)

public static bool op_GreaterThan(Timestamp first, Timestamp second)

public static bool op_GreaterThanOrEqual(Timestamp first, Timestamp second)

public static bool op_Inequality(Timestamp left, Timestamp right)

public static bool op_LessThan(Timestamp first, Timestamp second)

public static bool op_LessThanOrEqual(Timestamp first, Timestamp second)

public static void Refresh(ref Timestamp location)

public static Timestamp VolatileRead(ref Timestamp location)

public static void VolatileWrite(ref Timestamp location, Timestamp newValue)

public int CompareTo(Timestamp other)

public double ElapsedSince(Timestamp past)

public bool Equals(Timestamp other)