Skip to content

Commit 57d1091

Browse files
committed
add timeonly
1 parent 950c6ea commit 57d1091

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/whats-new.txt

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ The 3.0 driver release includes the following new features:
6565
`DateOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.dateonly?view=net-6.0>`__
6666
API reference page on MSDN.
6767

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+
6874
.. _csharp-version-2.28:
6975

7076
What's New in 2.28

0 commit comments

Comments
 (0)