@@ -12,7 +12,7 @@ The package targets `netstandard2.0` and is designed to support the following ru
1212 * ` net5.0 ` , ` net6.0 ` , ` net7.0 ` , ` net8.0 ` , ` net9.0 ` , ` net10.0 `
1313
1414
15- ** API count: 513 ** <!-- singleLineInclude: apiCount. path: /apiCount.include.md -->
15+ ** API count: 520 ** <!-- singleLineInclude: apiCount. path: /apiCount.include.md -->
1616
1717
1818** See [ Milestones] ( ../../milestones?state=closed ) for release notes.**
@@ -521,6 +521,8 @@ The class `Polyfill` includes the following extension methods:
521521#### DateTime
522522
523523 * ` DateTime AddMicroseconds(DateTime, double) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetime.addmicroseconds )
524+ * ` void Deconstruct(DateTime, int, int, int) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetime.deconstruct#system-datetime-deconstruct(system-int32@-system-int32@-system-int32@) )
525+ * ` void Deconstruct(DateTime, DateOnly, TimeOnly) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetime.deconstruct#system-datetime-deconstruct(system-dateonly@-system-timeonly@) )
524526 * ` int Microsecond(DateTime) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetime.microsecond )
525527 * ` int Nanosecond(DateTime) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetime.nanosecond )
526528 * ` bool TryFormat(DateTime, Span<byte>, int, ReadOnlySpan<char>, IFormatProvider?) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetime.tryformat#system-datetime-tryformat(system-span((system-byte))-system-int32@-system-readonlyspan((system-char))-system-iformatprovider) )
@@ -530,6 +532,7 @@ The class `Polyfill` includes the following extension methods:
530532#### DateTimeOffset
531533
532534 * ` DateTimeOffset AddMicroseconds(DateTimeOffset, double) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset.addmicroseconds )
535+ * ` void Deconstruct(DateTimeOffset, DateOnly, TimeOnly, TimeSpan) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset.deconstruct?view=net-9.0#definition )
533536 * ` int Microsecond(DateTimeOffset) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset.microsecond )
534537 * ` int Nanosecond(DateTimeOffset) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset.nanosecond )
535538 * ` bool TryFormat(DateTimeOffset, Span<byte>, int, ReadOnlySpan<char>, IFormatProvider?) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset.tryformat#system-datetimeoffset-tryformat(system-span((system-byte))-system-int32@-system-readonlyspan((system-char))-system-iformatprovider) )
@@ -889,6 +892,10 @@ The class `Polyfill` includes the following extension methods:
889892
890893#### TimeOnly
891894
895+ * ` void Deconstruct(TimeOnly, int, int, int, int) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.deconstruct#system-timeonly-deconstruct(system-int32@-system-int32@-system-int32@-system-int32@) )
896+ * ` void Deconstruct(TimeOnly, int, int, int) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.deconstruct#system-timeonly-deconstruct(system-int32@-system-int32@-system-int32@) )
897+ * ` void Deconstruct(TimeOnly, int, int) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.deconstruct#system-timeonly-deconstruct(system-int32@-system-int32@) )
898+ * ` void Deconstruct(TimeOnly, int, int, int, int, int) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.deconstruct#system-timeonly-deconstruct(system-int32@-system-int32@-system-int32@-system-int32@-system-int32@) )
892899 * ` bool TryFormat(TimeOnly, Span<byte>, int, ReadOnlySpan<char>, IFormatProvider?) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.tryformat#system-timeonly-tryformat(system-span((system-byte))-system-int32@-system-readonlyspan((system-char))-system-iformatprovider) )
893900 * ` bool TryFormat(TimeOnly, Span<char>, int, ReadOnlySpan<char>, IFormatProvider?) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.tryformat#system-timeonly-tryformat(system-span((system-char))-system-int32@-system-readonlyspan((system-char))-system-iformatprovider) )
894901
0 commit comments