File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,19 @@ The 3.0 driver release includes the following new features:
57
57
This type is available in .NET 5 and later.
58
58
To learn more about the ``Half`` type, see the
59
59
`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.
61
73
62
74
.. _csharp-version-2.28:
63
75
You can’t perform that action at this time.
0 commit comments