Microsoft.Bcl.TimeProvider 10.0.5
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:
TimeProviderTimeProviderTaskExtensions
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 |
|---|---|
|
Yarp.ReverseProxy
Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET
|
875 |
|
Microsoft.FeatureManagement
Microsoft.FeatureManagement provides a way to develop and expose application functionality based on features. Many applications have special requirements when a new feature is developed such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common .NET code patterns to make exposing these features possible.
|
23 |
|
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/8899cb30120d41413065f1b1465cdabefe0a1f9c
|
22 |
|
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/954f61dd38b33caa2b736c73530bd5a294174437
|
21 |
|
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/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9
|
20 |
|
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR
This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
|
19 |
|
Microsoft.Extensions.ServiceDiscovery
Provides extensions to HttpClient that enable service discovery based on configuration.
|
19 |
|
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/b8139c5ee58f1708b0e3368a1b241400edd6cbc4
|
19 |
|
Microsoft.Extensions.ServiceDiscovery
Provides extensions to HttpClient that enable service discovery based on configuration.
|
18 |
|
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache
|
17 |
|
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR
This package was built from the source code at https://github.com/dotnet/dotnet/tree/44525024595742ebe09023abe709df51de65009b
|
17 |
|
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
|
16 |
|
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/abc2c7226ff616316cd1e05d76e6c36b49ce06a1
|
16 |
|
Microsoft.Extensions.ServiceDiscovery
Provides extensions to HttpClient that enable service discovery based on configuration.
|
16 |
|
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/f736effe82a61eb6f5eba46e4173eae3b7d3dffd
|
16 |
|
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
|
15 |
|
Yarp.ReverseProxy
Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET
|
15 |
|
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/d5dc8a13cc618b9cbdc1e5744b4806c594d49553
|
15 |
|
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/da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644
|
15 |
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.5)
- System.ValueTuple (>= 4.6.1)
.NET 8.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.5)
| Version | Downloads | Last updated |
|---|---|---|
| 11.0.0-preview.2.26159.112 | 7 | 03/11/2026 |
| 11.0.0-preview.1.26104.118 | 8 | 02/12/2026 |
| 10.0.5 | 7 | 03/14/2026 |
| 10.0.4 | 6 | 03/11/2026 |
| 10.0.3 | 10 | 02/15/2026 |
| 10.0.2 | 11 | 01/14/2026 |
| 10.0.1 | 13 | 12/10/2025 |
| 10.0.0 | 9 | 12/14/2025 |
| 10.0.0-rc.2.25502.107 | 8 | 12/14/2025 |
| 10.0.0-rc.1.25451.107 | 9 | 12/10/2025 |
| 10.0.0-preview.7.25380.108 | 9 | 12/11/2025 |
| 10.0.0-preview.6.25358.103 | 4 | 01/09/2026 |
| 10.0.0-preview.5.25277.114 | 9 | 12/14/2025 |
| 10.0.0-preview.4.25258.110 | 6 | 12/14/2025 |
| 10.0.0-preview.3.25171.5 | 7 | 12/11/2025 |
| 10.0.0-preview.2.25163.2 | 7 | 12/14/2025 |
| 10.0.0-preview.1.25080.5 | 10 | 12/10/2025 |
| 9.0.14 | 6 | 03/11/2026 |
| 9.0.13 | 9 | 02/12/2026 |
| 9.0.12 | 12 | 01/14/2026 |
| 9.0.11 | 9 | 12/14/2025 |
| 9.0.10 | 7 | 12/14/2025 |
| 9.0.9 | 7 | 12/14/2025 |
| 9.0.8 | 10 | 12/10/2025 |
| 9.0.7 | 7 | 12/13/2025 |
| 9.0.6 | 7 | 01/09/2026 |
| 9.0.5 | 9 | 12/11/2025 |
| 9.0.4 | 5 | 12/14/2025 |
| 9.0.3 | 9 | 12/11/2025 |
| 9.0.2 | 7 | 12/10/2025 |
| 9.0.1 | 9 | 12/14/2025 |
| 9.0.0 | 6 | 12/14/2025 |
| 9.0.0-rc.2.24473.5 | 10 | 12/10/2025 |
| 9.0.0-rc.1.24431.7 | 8 | 12/12/2025 |
| 9.0.0-preview.7.24405.7 | 8 | 12/14/2025 |
| 9.0.0-preview.6.24327.7 | 8 | 12/12/2025 |
| 9.0.0-preview.5.24306.7 | 10 | 12/12/2025 |
| 9.0.0-preview.4.24266.19 | 9 | 12/10/2025 |
| 9.0.0-preview.3.24172.9 | 6 | 12/21/2025 |
| 9.0.0-preview.2.24128.5 | 9 | 12/14/2025 |
| 9.0.0-preview.1.24080.9 | 6 | 12/14/2025 |
| 8.0.1 | 4 | 12/11/2025 |
| 8.0.0 | 10 | 12/11/2025 |
| 8.0.0-rc.2.23479.6 | 10 | 12/21/2025 |
| 8.0.0-rc.1.23419.4 | 8 | 12/11/2025 |
| 8.0.0-preview.7.23375.6 | 11 | 12/10/2025 |
| 8.0.0-preview.6.23329.7 | 10 | 12/12/2025 |
| 8.0.0-preview.5.23280.8 | 6 | 12/18/2025 |
| 8.0.0-preview.4.23259.5 | 10 | 12/12/2025 |