Add DateOnly and TimeOnly to sandbox

Added in .NET 6
This commit is contained in:
PJB3005
2025-10-02 19:02:28 +02:00
parent b7fa39d8cc
commit e5983a9ec1
2 changed files with 4 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ END TEMPLATE-->
### New features
*None yet*
* Sandbox:
* Added `System.DateOnly` and `System.TimeOnly`.
### Bugfixes

View File

@@ -1093,6 +1093,7 @@ Types:
- "string ToHexString(System.ReadOnlySpan`1<byte>)"
Converter`2: { All: True } # Delegate
DateOnly: { all: True }
DateTime: { All: True }
DateTimeKind: { } # Enum
DateTimeOffset: { All: True }
@@ -1425,6 +1426,7 @@ Types:
- "void CopyTo(int, char[], int, int)"
StringComparison: { } # Enum
StringSplitOptions: { } # Enum
TimeOnly: { all: True }
TimeSpan: { All: True }
Type:
# COM, marshalling, interop, etc... stuff omitted.