Click or drag to resize
Akka.NETIDateTimeOffsetNowTimeProvider Interface
Marks that an ITimeProvider uses UtcNow, i.e. system time, to provide Now.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IDateTimeOffsetNowTimeProvider : ITimeProvider

The IDateTimeOffsetNowTimeProvider type exposes the following members.

Properties
  NameDescription
Public propertyHighResMonotonicClock
TBD
(Inherited from ITimeProvider.)
Public propertyMonotonicClock
TBD
(Inherited from ITimeProvider.)
Public propertyNow
Gets the scheduler's notion of current time.
(Inherited from ITimeProvider.)
Top
See Also