Microsoft.Bcl.TimeProvider 11.0.0-rc.1.26425.128

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
Foundatio
Pluggable foundation blocks for building distributed apps.
28
Foundatio
Pluggable foundation blocks for building distributed apps.
29
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/280c613963a1768b810d09f32c998fe4490855e9
28
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
28
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
36
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
27
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/ed74665e773dd1ebea3289c5662d71c590305932
28
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/c22dcd0c7a78d095a94d20e59ec0271b9924c82c
28
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions
28
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
27
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
28
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
29
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
30
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.
35
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
31
Polly.Core
Package Description
28
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.
28
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.
29

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

.NET 10.0

  • No dependencies.

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
11.0.0-rc.1.26425.128 1 09/21/2026
11.0.0-preview.7.26381.103 5 08/15/2026
11.0.0-preview.6.26359.118 6 07/26/2026
11.0.0-preview.5.26302.115 17 06/15/2026
11.0.0-preview.4.26230.115 10 05/26/2026
11.0.0-preview.3.26207.106 7 04/16/2026
11.0.0-preview.2.26159.112 11 03/11/2026
11.0.0-preview.1.26104.118 26 02/12/2026
10.0.12 0 09/08/2026
10.0.11 6 08/15/2026
10.0.10 7 07/26/2026
10.0.9 14 06/15/2026
10.0.8 9 05/25/2026
10.0.7 16 05/06/2026
10.0.6 13 04/16/2026
10.0.5 11 03/15/2026
10.0.4 18 03/11/2026
10.0.3 23 02/12/2026
10.0.2 17 01/19/2026
10.0.1 12 12/14/2025
10.0.0 20 11/19/2025
10.0.0-rc.2.25502.107 25 10/22/2025
10.0.0-rc.1.25451.107 25 09/17/2025
10.0.0-preview.7.25380.108 23 08/15/2025
10.0.0-preview.6.25358.103 21 07/18/2025
10.0.0-preview.5.25277.114 29 06/07/2025
10.0.0-preview.4.25258.110 24 05/17/2025
10.0.0-preview.3.25171.5 28 04/26/2025
10.0.0-preview.2.25163.2 31 03/20/2025
10.0.0-preview.1.25080.5 27 02/26/2025
9.0.20 0 09/08/2026
9.0.19 5 08/15/2026
9.0.18 11 07/25/2026
9.0.17 11 06/15/2026
9.0.16 18 05/25/2026
9.0.15 15 04/16/2026
9.0.14 16 03/11/2026
9.0.13 19 02/12/2026
9.0.12 22 01/20/2026
9.0.11 20 11/19/2025
9.0.10 23 10/21/2025
9.0.9 26 09/16/2025
9.0.8 28 08/08/2025
9.0.7 21 07/19/2025
9.0.6 25 06/29/2025
9.0.5 30 05/17/2025
9.0.4 28 04/26/2025
9.0.3 32 03/20/2025
9.0.2 29 02/18/2025
9.0.1 33 01/19/2025
9.0.0 41 01/08/2025
9.0.0-rc.2.24473.5 21 01/19/2025
9.0.0-rc.1.24431.7 23 10/06/2024
9.0.0-preview.7.24405.7 26 02/19/2025
9.0.0-preview.6.24327.7 32 02/19/2025
9.0.0-preview.5.24306.7 28 02/22/2025
9.0.0-preview.4.24266.19 25 10/06/2024
9.0.0-preview.3.24172.9 22 02/19/2025
9.0.0-preview.2.24128.5 25 10/06/2024
9.0.0-preview.1.24080.9 25 03/05/2024
8.0.1 48 03/04/2024
8.0.0 26 11/24/2023
8.0.0-rc.2.23479.6 27 02/19/2025
8.0.0-rc.1.23419.4 27 03/03/2024
8.0.0-preview.7.23375.6 25 03/09/2024
8.0.0-preview.6.23329.7 27 03/04/2024
8.0.0-preview.5.23280.8 24 03/10/2024
8.0.0-preview.4.23259.5 29 03/03/2024