|
294 | 294 | <Docs>
|
295 | 295 | <param name="dateTime">A date and time.</param>
|
296 | 296 | <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
|
297 |
| - <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <see cref="T:System.DateTime" /> value and offset.</summary> |
| 297 | + <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <see cref="T:System.DateTime" /> value and <paramref name="offset" />.</summary> |
298 | 298 | <remarks>
|
299 | 299 | <format type="text/markdown"><![CDATA[
|
300 | 300 |
|
|
379 | 379 | <Docs>
|
380 | 380 | <param name="ticks">A date and time expressed as the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight on January 1, 0001.</param>
|
381 | 381 | <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
|
382 |
| - <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified number of ticks and offset.</summary> |
| 382 | + <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified number of <paramref name="ticks" /> and <paramref name="offset" />.</summary> |
383 | 383 | <remarks>
|
384 | 384 | <format type="text/markdown"><![CDATA[
|
385 | 385 |
|
|
500 | 500 | <param name="minute">The minutes (0 through 59).</param>
|
501 | 501 | <param name="second">The seconds (0 through 59).</param>
|
502 | 502 | <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
|
503 |
| - <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, and offset.</summary> |
| 503 | + <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" /> and <paramref name="offset" />.</summary> |
504 | 504 | <remarks>
|
505 | 505 | <format type="text/markdown"><![CDATA[
|
506 | 506 |
|
|
607 | 607 | <param name="second">The seconds (0 through 59).</param>
|
608 | 608 | <param name="millisecond">The milliseconds (0 through 999).</param>
|
609 | 609 | <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
|
610 |
| - <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, millisecond, and offset.</summary> |
| 610 | + <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" /> and <paramref name="offset" />.</summary> |
611 | 611 | <remarks>
|
612 | 612 | <format type="text/markdown"><![CDATA[
|
613 | 613 |
|
|
716 | 716 | <param name="millisecond">The milliseconds (0 through 999).</param>
|
717 | 717 | <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
|
718 | 718 | <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
|
719 |
| - <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, millisecond, and offset of a specified calendar.</summary> |
| 719 | + <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="calendar" /> and <paramref name="offset" />.</summary> |
720 | 720 | <remarks>
|
721 | 721 | <format type="text/markdown"><![CDATA[
|
722 | 722 |
|
@@ -911,7 +911,7 @@ This constructor interprets `year`, `month` and `day` as a year, month and day
|
911 | 911 | <param name="microsecond">The microseconds (0 through 999).</param>
|
912 | 912 | <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
|
913 | 913 | <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
|
914 |
| - <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> |
| 914 | + <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" />, <paramref name="calendar" /> and <paramref name="offset" />.</summary> |
915 | 915 | <remarks>
|
916 | 916 | <format type="text/markdown"><![CDATA[
|
917 | 917 |
|
|
0 commit comments