Skip to content

Commit

Permalink
add dateonly
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Sep 27, 2024
1 parent 1f2cf40 commit 950c6ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ The 3.0 driver release includes the following new features:
This type is available in .NET 5 and later.
To learn more about the ``Half`` type, see the
`Half Struct <https://learn.microsoft.com/en-us/dotnet/api/system.half?view=net-8.0>`__
API reference page on MSDN.
API reference page on MSDN.

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

.. _csharp-version-2.28:

Expand Down

0 comments on commit 950c6ea

Please sign in to comment.