Microsoft.Bcl.TimeProvider 10.0.2
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 |
|---|---|
|
Polly.Core
Package Description
|
30 |
|
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/af22effae4069a5dfb9b0735859de48820104f5b
|
25 |
|
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/8486d31e24f30e3fa1809a95699a0adc16f448d7
|
24 |
|
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/4442a188f9200a57635373dcd640893c0e8dcc78
|
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/954f61dd38b33caa2b736c73530bd5a294174437
|
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/2f1db20456007c9515068a35a65afdf99af70bc6
|
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/b8139c5ee58f1708b0e3368a1b241400edd6cbc4
|
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/da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644
|
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/3f1acb59718cadf111a0a796681e3d3509bb3381
|
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/b96167fbfe8bd45d94e4dcda42c7d09eb5745459
|
23 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
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/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
|
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/47576478939fdd59b4400ad135f47938af486ab3
|
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/c2a442982e736e17ae6bcadbfd8ccba278ee1be6
|
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/704f7cb1d2cea33afb00c2097731216f121c2c73
|
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/c9e3996173cec136bc2e9f3b4ec45f2a323b1d63
|
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/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
|
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/8e941eb42f819adb116b881195158b3887a70a1c
|
22 |
|
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.
|
21 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.2)
- System.ValueTuple (>= 4.6.1)
.NET 8.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.2)
| Version | Downloads | Last updated |
|---|---|---|
| 10.0.2 | 2 | 01/14/2026 |
| 10.0.1 | 5 | 12/11/2025 |
| 10.0.0 | 7 | 11/17/2025 |
| 10.0.0-rc.2.25502.107 | 6 | 10/17/2025 |
| 10.0.0-rc.1.25451.107 | 7 | 09/12/2025 |
| 10.0.0-preview.7.25380.108 | 8 | 08/15/2025 |
| 10.0.0-preview.6.25358.103 | 9 | 07/30/2025 |
| 10.0.0-preview.5.25277.114 | 13 | 06/09/2025 |
| 10.0.0-preview.4.25258.110 | 11 | 05/23/2025 |
| 10.0.0-preview.3.25171.5 | 12 | 05/07/2025 |
| 10.0.0-preview.2.25163.2 | 13 | 04/02/2025 |
| 10.0.0-preview.1.25080.5 | 13 | 02/27/2025 |
| 9.0.12 | 2 | 01/14/2026 |
| 9.0.11 | 7 | 11/19/2025 |
| 9.0.10 | 7 | 10/16/2025 |
| 9.0.9 | 9 | 09/11/2025 |
| 9.0.8 | 12 | 08/06/2025 |
| 9.0.7 | 14 | 07/11/2025 |
| 9.0.6 | 16 | 06/12/2025 |
| 9.0.5 | 15 | 05/23/2025 |
| 9.0.4 | 17 | 05/10/2025 |
| 9.0.3 | 17 | 04/04/2025 |
| 9.0.2 | 19 | 02/27/2025 |
| 9.0.1 | 20 | 02/27/2025 |
| 9.0.0 | 19 | 02/27/2025 |
| 9.0.0-rc.2.24473.5 | 14 | 02/27/2025 |
| 9.0.0-rc.1.24431.7 | 13 | 02/27/2025 |
| 9.0.0-preview.7.24405.7 | 15 | 02/27/2025 |
| 9.0.0-preview.6.24327.7 | 14 | 02/27/2025 |
| 9.0.0-preview.5.24306.7 | 16 | 02/27/2025 |
| 9.0.0-preview.4.24266.19 | 17 | 02/27/2025 |
| 9.0.0-preview.3.24172.9 | 16 | 05/01/2024 |
| 9.0.0-preview.2.24128.5 | 17 | 03/29/2024 |
| 9.0.0-preview.1.24080.9 | 19 | 02/22/2024 |
| 8.0.1 | 22 | 02/22/2024 |
| 8.0.0 | 24 | 02/22/2024 |
| 8.0.0-rc.2.23479.6 | 17 | 02/22/2024 |
| 8.0.0-rc.1.23419.4 | 18 | 02/22/2024 |
| 8.0.0-preview.7.23375.6 | 17 | 02/22/2024 |
| 8.0.0-preview.6.23329.7 | 17 | 02/22/2024 |
| 8.0.0-preview.5.23280.8 | 18 | 02/22/2024 |
| 8.0.0-preview.4.23259.5 | 18 | 02/22/2024 |