Skip to content

Commit b1ffd9a

Browse files
DOCSP-43047 - DateOnly/TimeOnly (mongodb#244)
Co-authored-by: Jordan Smith <[email protected]>
1 parent 4331726 commit b1ffd9a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/whats-new.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,19 @@ The 3.0 driver release includes the following new features:
5757
This type is available in .NET 5 and later.
5858
To learn more about the ``Half`` type, see the
5959
`Half Struct <https://learn.microsoft.com/en-us/dotnet/api/system.half?view=net-8.0>`__
60-
API reference page on MSDN.
60+
API reference page on MSDN.
61+
62+
- Adds support for the ``DateOnly`` type, which represents a date value with no
63+
time component. This type is available in .NET 6 and later. To learn more about the
64+
``DateOnly`` type, see the
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+
`TimeOnly Struct. <https://learn.microsoft.com/en-us/dotnet/api/system.timeonly?view=net-6.0>`__
72+
API reference page on MSDN.
6173

6274
.. _csharp-version-2.28:
6375

0 commit comments

Comments
 (0)