From aad2333963feb3f1cf392fd75fe79da7b0591c4c Mon Sep 17 00:00:00 2001 From: minhtaile2712 Date: Wed, 22 Oct 2025 21:11:33 -0700 Subject: [PATCH] Enhance DateTimeOffset constructor summary Updated the summary of the DateTimeOffset constructor to include calendar information. --- xml/System/DateTimeOffset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/DateTimeOffset.xml b/xml/System/DateTimeOffset.xml index 70d4f99c499..1e998c54698 100644 --- a/xml/System/DateTimeOffset.xml +++ b/xml/System/DateTimeOffset.xml @@ -910,7 +910,7 @@ This constructor interprets `year`, `month` and `day` as a year, month and day The microseconds (0 through 999). The calendar that is used to interpret , , and . The time's offset from Coordinated Universal Time (UTC). - Initializes a new instance of the structure using the specified , , , , , , , and . + Initializes a new instance of the structure using the specified , , , , , , , and of a specified calendar.