Skip to content

Commit b868a73

Browse files
committed
Minor
1 parent 1165f59 commit b868a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/datetime/timeprovider-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ helpviewer_keywords:
1414

1515
# What is TimeProvider?
1616

17-
The <xref:System.TimeProvider?displayProperty=fullName> class was introduced in .NET 8 and is also available for .NET Framework 4.7+ and .NET Standard 2.0 as a NuGet package. `TimeProvider` is an abstraction of time that provides a point in time as a <xref:System.DateTimeOffset> type. By using `TimeProvider` to retrieve a `DateTimeOffset`, you ensure that your code is testable and predictable.
17+
<xref:System.TimeProvider?displayProperty=fullName> is an abstraction of time that provides a point in time as a <xref:System.DateTimeOffset> type. By using `TimeProvider`, you ensure that your code is testable and predictable. `TimeProvider` was introduced in .NET 8 and is also available for .NET Framework 4.7+ and .NET Standard 2.0 as a NuGet package.
1818

1919
The <xref:System.TimeProvider> class defines the following capabilities:
2020

0 commit comments

Comments
 (0)