Microsoft.Bcl.TimeProvider 9.0.4

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
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache
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
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/8af96e042134fb3b2f21df26dd0f32ea1c00dd37
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/f5084525411d53b81d9950b68616117750b674d4
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/abc2c7226ff616316cd1e05d76e6c36b49ce06a1
Microsoft.Extensions.Caching.Hybrid
Experimental package. Multi-level caching implementation building on and extending IDistributedCache
Microsoft.Extensions.ServiceDiscovery
Provides extensions to HttpClient that enable service discovery based on configuration.

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

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Last updated
10.0.1 12/23/2025
10.0.0 12/31/2025
10.0.0-rc.2.25502.107 11/6/2025
10.0.0-rc.1.25451.107 11/6/2025
10.0.0-preview.7.25380.108 12/31/2025
10.0.0-preview.6.25358.103 11/9/2025
10.0.0-preview.5.25277.114 11/7/2025
10.0.0-preview.4.25258.110 5/12/2025
10.0.0-preview.3.25171.5 11/8/2025
10.0.0-preview.2.25163.2 11/8/2025
10.0.0-preview.1.25080.5 11/8/2025
9.0.11 11/11/2025
9.0.10 11/9/2025
9.0.9 11/7/2025
9.0.8 12/30/2025
9.0.7 12/30/2025
9.0.6 12/30/2025
9.0.5 12/30/2025
9.0.4 12/30/2025
9.0.3 12/19/2025
9.0.2 12/30/2025
9.0.1 12/30/2025
9.0.0 11/7/2025
9.0.0-rc.2.24473.5 12/31/2025
9.0.0-rc.1.24431.7 9/10/2024
9.0.0-preview.7.24405.7 11/6/2025
9.0.0-preview.6.24327.7 11/7/2025
9.0.0-preview.5.24306.7 11/7/2025
9.0.0-preview.4.24266.19 11/7/2025
9.0.0-preview.3.24172.9 11/7/2025
9.0.0-preview.2.24128.5 11/7/2025
9.0.0-preview.1.24080.9 11/6/2025
8.0.1 12/30/2025
8.0.0 11/7/2025
8.0.0-rc.2.23479.6 11/7/2025
8.0.0-rc.1.23419.4 9/12/2023
8.0.0-preview.7.23375.6 11/7/2025
8.0.0-preview.6.23329.7 11/7/2025
8.0.0-preview.5.23280.8 11/6/2025
8.0.0-preview.4.23259.5 11/7/2025