Skip to content

Commit

Permalink
DOCSP-43047 - DateOnly/TimeOnly (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Smith <[email protected]>
  • Loading branch information
mongoKart and jordan-smith721 authored Oct 2, 2024
1 parent 6385e66 commit 05bde31
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,19 @@ 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.

- 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
`TimeOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.timeonly?view=net-6.0>`__
API reference page on MSDN.

.. _csharp-version-2.28:

Expand Down

0 comments on commit 05bde31

Please sign in to comment.