Class DateTimeOffsetNowTimeProvider
The default ITimeProvider implementation for Akka.NET when not testing.
Inheritance
DateTimeOffsetNowTimeProvider
Assembly: Akka.dll
Syntax
[Obsolete("This class will be removed in Akka.NET v1.6.0 - use the IScheduler instead.")]
public class DateTimeOffsetNowTimeProvider : IDateTimeOffsetNowTimeProvider, ITimeProvider
Properties
|
Improve this Doc
View Source
HighResMonotonicClock
Declaration
public TimeSpan HighResMonotonicClock { get; }
Property Value
|
Improve this Doc
View Source
Instance
Declaration
public static DateTimeOffsetNowTimeProvider Instance { get; }
Property Value
|
Improve this Doc
View Source
MonotonicClock
Declaration
public TimeSpan MonotonicClock { get; }
Property Value
|
Improve this Doc
View Source
Now
Declaration
public DateTimeOffset Now { get; }
Property Value
Implements
Extension Methods