Microsoft.Bcl.TimeProvider 11.0.0-preview.4.26230.115
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 |
|---|---|
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
118 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
110 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
107 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
104 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
102 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
101 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
101 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
99 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
97 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
97 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
94 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
92 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
91 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
91 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
90 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
89 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
88 |
.NET 10.0
- No dependencies.
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 11.0.0-preview.4.26230.115)
- System.ValueTuple (>= 4.6.2)
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 11.0.0-preview.4.26230.115)
| Version | Downloads | Last updated |
|---|---|---|
| 11.0.0-preview.4.26230.115 | 6 | 5/13/2026 |
| 11.0.0-preview.3.26207.106 | 9 | 5/3/2026 |
| 11.0.0-preview.2.26159.112 | 12 | 3/12/2026 |
| 11.0.0-preview.1.26104.118 | 14 | 2/11/2026 |
| 10.0.8 | 6 | 5/13/2026 |
| 10.0.7 | 9 | 5/3/2026 |
| 10.0.6 | 11 | 5/3/2026 |
| 10.0.5 | 9 | 3/15/2026 |
| 10.0.4 | 10 | 3/12/2026 |
| 10.0.3 | 12 | 2/11/2026 |
| 10.0.2 | 18 | 1/16/2026 |
| 10.0.1 | 25 | 12/12/2025 |
| 10.0.0 | 46 | 11/12/2025 |
| 10.0.0-rc.2.25502.107 | 65 | 10/18/2025 |
| 10.0.0-rc.1.25451.107 | 59 | 9/10/2025 |
| 10.0.0-preview.7.25380.108 | 67 | 8/15/2025 |
| 10.0.0-preview.6.25358.103 | 59 | 7/21/2025 |
| 10.0.0-preview.5.25277.114 | 66 | 6/8/2025 |
| 10.0.0-preview.4.25258.110 | 68 | 5/17/2025 |
| 10.0.0-preview.3.25171.5 | 75 | 4/12/2025 |
| 10.0.0-preview.2.25163.2 | 77 | 3/21/2025 |
| 10.0.0-preview.1.25080.5 | 88 | 2/28/2025 |
| 9.0.16 | 7 | 5/13/2026 |
| 9.0.15 | 9 | 5/3/2026 |
| 9.0.14 | 8 | 3/12/2026 |
| 9.0.13 | 11 | 2/11/2026 |
| 9.0.12 | 18 | 1/15/2026 |
| 9.0.11 | 35 | 11/12/2025 |
| 9.0.10 | 45 | 10/18/2025 |
| 9.0.9 | 65 | 9/11/2025 |
| 9.0.8 | 73 | 8/7/2025 |
| 9.0.7 | 54 | 7/19/2025 |
| 9.0.6 | 69 | 6/12/2025 |
| 9.0.5 | 72 | 5/18/2025 |
| 9.0.4 | 86 | 4/12/2025 |
| 9.0.3 | 75 | 3/17/2025 |
| 9.0.2 | 88 | 2/15/2025 |
| 9.0.1 | 105 | 1/18/2025 |
| 9.0.0 | 109 | 11/23/2024 |
| 9.0.0-rc.2.24473.5 | 93 | 10/11/2024 |
| 9.0.0-rc.1.24431.7 | 102 | 9/26/2024 |
| 9.0.0-preview.7.24405.7 | 92 | 9/26/2024 |
| 9.0.0-preview.6.24327.7 | 99 | 9/26/2024 |
| 9.0.0-preview.5.24306.7 | 94 | 9/26/2024 |
| 9.0.0-preview.4.24266.19 | 100 | 9/26/2024 |
| 9.0.0-preview.3.24172.9 | 106 | 9/26/2024 |
| 9.0.0-preview.2.24128.5 | 91 | 9/26/2024 |
| 9.0.0-preview.1.24080.9 | 107 | 9/26/2024 |
| 8.0.1 | 106 | 9/25/2024 |
| 8.0.0 | 99 | 9/25/2024 |
| 8.0.0-rc.2.23479.6 | 109 | 9/26/2024 |
| 8.0.0-rc.1.23419.4 | 93 | 9/26/2024 |
| 8.0.0-preview.7.23375.6 | 98 | 9/26/2024 |
| 8.0.0-preview.6.23329.7 | 119 | 9/26/2024 |
| 8.0.0-preview.5.23280.8 | 106 | 9/26/2024 |
| 8.0.0-preview.4.23259.5 | 106 | 9/26/2024 |