Search Results for

    Show / Hide Table of Contents

    Class DateTimeOffsetNowTimeProvider

    The default ITimeProvider implementation for Akka.NET when not testing.

    Inheritance
    object
    DateTimeOffsetNowTimeProvider
    Implements
    IDateTimeOffsetNowTimeProvider
    ITimeProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    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

    | Edit this page View Source

    HighResMonotonicClock

    TBD

    Declaration
    public TimeSpan HighResMonotonicClock { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    Instance

    Declaration
    public static DateTimeOffsetNowTimeProvider Instance { get; }
    Property Value
    Type Description
    DateTimeOffsetNowTimeProvider
    | Edit this page View Source

    MonotonicClock

    TBD

    Declaration
    public TimeSpan MonotonicClock { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    Now

    Gets the scheduler's notion of current time.

    Declaration
    public DateTimeOffset Now { get; }
    Property Value
    Type Description
    DateTimeOffset

    Implements

    IDateTimeOffsetNowTimeProvider
    ITimeProvider

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET