Microsoft.Bcl.TimeProvider 10.0.0

About

Microsoft.Bcl.TimeProvider provides time abstraction support for apps targeting .NET 7 and earlier, as well as those intended for the .NET Framework. For apps targeting .NET 8 and newer versions, referencing this package is unnecessary, as the types it contains are already included in the .NET 8 and higher platform versions.

Key Features

  • Provides a common abstraction for time-related operations.

How to Use

using System;

// A class that uses TimeProvider to get the current time in Utc coordinates
public class UtcClock
{
    private readonly TimeProvider _timeProvider;

    // Constructor that takes a TimeProvider as a dependency
    public Clock(TimeProvider timeProvider)
    {
        _timeProvider = timeProvider;
    }

    // A method that returns the current time as a string
    public string GetTime()
    {
        return _timeProvider.GetLocalNow().ToString("HH:mm:ss");
    }
}

// A class that inherits from TimeProvider and overrides the GetLocalNow method
public class UtcTimeProvider : TimeProvider
{
    // Override the GetLocalNow method to always return UTC time
    public override DateTimeOffset GetLocalNow()
    {
        return TimeProvider.System.GetUtcNow();
    }
}

Main Types

The main types provided by this library are:

  • TimeProvider
  • TimeProviderTaskExtensions

Additional Documentation

Feedback & Contributing

Microsoft.Bcl.TimeProvider is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Bcl.TimeProvider.

Packages Downloads
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
29
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ada5ad97d2114250a05550cb28cc18b9cf9f8993
29
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions
30
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions
31
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
30
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
31
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
32
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
34
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
36
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
37
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
40
Polly.Core
Package Description
36
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
29
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
34
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
35
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
38
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
546
Yarp.ReverseProxy
Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET
30

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
10.0.0 7 11/13/2025
10.0.0-rc.2.25502.107 6 10/16/2025
10.0.0-rc.1.25451.107 10 09/10/2025
10.0.0-preview.7.25380.108 9 08/13/2025
10.0.0-preview.6.25358.103 11 07/16/2025
10.0.0-preview.5.25277.114 13 06/08/2025
10.0.0-preview.4.25258.110 19 05/16/2025
10.0.0-preview.3.25171.5 24 04/12/2025
10.0.0-preview.2.25163.2 21 03/30/2025
10.0.0-preview.1.25080.5 25 03/12/2025
9.0.11 5 11/14/2025
9.0.10 7 10/16/2025
9.0.9 10 09/11/2025
9.0.8 12 08/10/2025
9.0.7 13 07/09/2025
9.0.6 17 06/15/2025
9.0.5 19 05/17/2025
9.0.4 24 04/12/2025
9.0.3 22 03/13/2025
9.0.2 23 02/26/2025
9.0.1 26 01/20/2025
9.0.0 32 11/17/2024
9.0.0-rc.2.24473.5 26 11/11/2024
9.0.0-rc.1.24431.7 28 11/17/2024
9.0.0-preview.7.24405.7 25 11/15/2024
9.0.0-preview.6.24327.7 24 11/16/2024
9.0.0-preview.5.24306.7 22 11/28/2024
9.0.0-preview.4.24266.19 27 05/25/2024
9.0.0-preview.3.24172.9 25 05/25/2024
9.0.0-preview.2.24128.5 30 05/18/2024
9.0.0-preview.1.24080.9 31 05/25/2024
8.0.1 38 05/25/2024
8.0.0 534 05/24/2024
8.0.0-rc.2.23479.6 25 05/25/2024
8.0.0-rc.1.23419.4 22 05/25/2024
8.0.0-preview.7.23375.6 28 05/25/2024
8.0.0-preview.6.23329.7 30 05/25/2024
8.0.0-preview.5.23280.8 24 05/25/2024
8.0.0-preview.4.23259.5 26 05/25/2024