Skip to content

Commit

Permalink
add timeonly
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Oct 1, 2024
1 parent 950c6ea commit 57d1091
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ The 3.0 driver release includes the following new features:
`DateOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.dateonly?view=net-6.0>`__
API reference page on MSDN.

- Adds support for the ``TimeOnly`` type, which represents a time value with no
date component. This type is available in .NET 6 and later. To learn more about the
``TimeOnly`` type, see the
`DateOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.timeonly?view=net-6.0>`__
API reference page on MSDN.

.. _csharp-version-2.28:

What's New in 2.28
Expand Down

0 comments on commit 57d1091

Please sign in to comment.