We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950c6ea commit 57d1091Copy full SHA for 57d1091
source/whats-new.txt
@@ -65,6 +65,12 @@ The 3.0 driver release includes the following new features:
65
`DateOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.dateonly?view=net-6.0>`__
66
API reference page on MSDN.
67
68
+- Adds support for the ``TimeOnly`` type, which represents a time value with no
69
+ date component. This type is available in .NET 6 and later. To learn more about the
70
+ ``TimeOnly`` type, see the
71
+ `DateOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.timeonly?view=net-6.0>`__
72
+ API reference page on MSDN.
73
+
74
.. _csharp-version-2.28:
75
76
What's New in 2.28
0 commit comments