You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard/datetime/timeprovider-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ helpviewer_keywords:
14
14
15
15
# What is TimeProvider?
16
16
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.
18
18
19
19
The <xref:System.TimeProvider> class defines the following capabilities:
0 commit comments