Skip to content

Commit aad2333

Browse files
Enhance DateTimeOffset constructor summary
Updated the summary of the DateTimeOffset constructor to include calendar information.
1 parent 1b04073 commit aad2333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/DateTimeOffset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ This constructor interprets `year`, `month` and `day` as a year, month and day
910910
<param name="microsecond">The microseconds (0 through 999).</param>
911911
<param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
912912
<param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
913-
<summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, <paramref name="millisecond" />, <paramref name="microsecond" /> and <paramref name="offset" />.</summary>
913+
<summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, <paramref name="millisecond" />, <paramref name="microsecond" /> and <paramref name="offset" /> of a specified calendar.</summary>
914914
<remarks>
915915
<format type="text/markdown"><![CDATA[
916916

0 commit comments

Comments
 (0)