Microsoft.Bcl.TimeProvider 9.0.19

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.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
150
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
139
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
145
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
136
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.
137
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.
138
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.
145
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.
177
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.
503
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
138
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
141
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
147
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
148
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
154
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
162
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
166
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
169
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
505
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.
141
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.
163

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
11.0.0-preview.7.26381.103 1 08/12/2026
11.0.0-preview.6.26359.118 16 07/18/2026
11.0.0-preview.5.26302.115 16 06/10/2026
11.0.0-preview.4.26230.115 21 05/14/2026
11.0.0-preview.3.26207.106 35 04/14/2026
11.0.0-preview.2.26159.112 35 03/11/2026
11.0.0-preview.1.26104.118 36 02/11/2026
10.0.11 2 08/12/2026
10.0.10 14 07/18/2026
10.0.9 16 06/10/2026
10.0.8 20 05/14/2026
10.0.7 31 04/21/2026
10.0.6 35 04/14/2026
10.0.5 34 03/14/2026
10.0.4 31 03/11/2026
10.0.3 35 02/11/2026
10.0.2 42 01/13/2026
10.0.1 48 12/10/2025
10.0.0 58 11/12/2025
10.0.0-rc.2.25502.107 82 10/15/2025
10.0.0-rc.1.25451.107 83 09/09/2025
10.0.0-preview.7.25380.108 79 08/14/2025
10.0.0-preview.6.25358.103 93 07/16/2025
10.0.0-preview.5.25277.114 113 06/08/2025
10.0.0-preview.4.25258.110 102 05/16/2025
10.0.0-preview.3.25171.5 114 04/12/2025
10.0.0-preview.2.25163.2 109 04/01/2025
10.0.0-preview.1.25080.5 115 04/01/2025
9.0.19 2 08/11/2026
9.0.18 14 07/18/2026
9.0.17 18 06/10/2026
9.0.16 19 05/14/2026
9.0.15 25 04/14/2026
9.0.14 34 03/11/2026
9.0.13 33 02/11/2026
9.0.12 34 01/14/2026
9.0.11 62 11/12/2025
9.0.10 73 10/15/2025
9.0.9 84 09/09/2025
9.0.8 89 08/06/2025
9.0.7 87 07/10/2025
9.0.6 101 06/12/2025
9.0.5 102 05/16/2025
9.0.4 129 04/12/2025
9.0.3 122 03/31/2025
9.0.2 109 03/30/2025
9.0.1 114 03/31/2025
9.0.0 122 11/14/2024
9.0.0-rc.2.24473.5 115 10/14/2024
9.0.0-rc.1.24431.7 117 09/21/2024
9.0.0-preview.7.24405.7 107 08/21/2024
9.0.0-preview.6.24327.7 129 07/20/2024
9.0.0-preview.5.24306.7 134 07/20/2024
9.0.0-preview.4.24266.19 114 07/20/2024
9.0.0-preview.3.24172.9 142 07/20/2024
9.0.0-preview.2.24128.5 125 07/20/2024
9.0.0-preview.1.24080.9 126 07/20/2024
8.0.1 140 07/20/2024
8.0.0 148 07/20/2024
8.0.0-rc.2.23479.6 112 07/20/2024
8.0.0-rc.1.23419.4 128 07/20/2024
8.0.0-preview.7.23375.6 149 07/20/2024
8.0.0-preview.6.23329.7 120 07/20/2024
8.0.0-preview.5.23280.8 149 07/20/2024
8.0.0-preview.4.23259.5 148 07/20/2024