Skip to content

Commit 09e332b

Browse files
authored
Update some parameters for Date*/Time* types (#7503)
1 parent e2b4d05 commit 09e332b

File tree

6 files changed

+4260
-4260
lines changed

6 files changed

+4260
-4260
lines changed

xml/System/DateOnly.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,10 +1214,10 @@
12141214
<Parameter Name="provider" Type="System.IFormatProvider" />
12151215
</Parameters>
12161216
<Docs>
1217-
<param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
1218-
<param name="charsWritten">When this method returns, the number of characters that were written in destination.</param>
1219-
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for destination.</param>
1220-
<param name="provider">An optional object that supplies culture-specific formatting information for destination.</param>
1217+
<param name="destination">The span in which to write this instance's value formatted as a span of characters.</param>
1218+
<param name="charsWritten">When this method returns, contains the number of characters that were written in <paramref name="destination" />.</param>
1219+
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
1220+
<param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
12211221
<summary>Tries to format the value of the current <see cref="T:System.DateOnly" /> instance into the provided span of characters.</summary>
12221222
<returns>
12231223
<see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
@@ -1248,7 +1248,7 @@
12481248
<param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
12491249
<summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
12501250
<returns>
1251-
<see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
1251+
<see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
12521252
<remarks>To be added.</remarks>
12531253
</Docs>
12541254
</Member>
@@ -1283,7 +1283,7 @@
12831283
<param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
12841284
<summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
12851285
<returns>
1286-
<see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
1286+
<see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
12871287
<remarks>To be added.</remarks>
12881288
</Docs>
12891289
</Member>
@@ -1315,7 +1315,7 @@
13151315
<param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
13161316
<summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style. And returns a value that indicates whether the conversion succeeded.</summary>
13171317
<returns>
1318-
<see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
1318+
<see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
13191319
<remarks>To be added.</remarks>
13201320
</Docs>
13211321
</Member>
@@ -1354,7 +1354,7 @@
13541354
<param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
13551355
<summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style. And returns a value that indicates whether the conversion succeeded.</summary>
13561356
<returns>
1357-
<see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
1357+
<see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
13581358
<remarks>To be added.</remarks>
13591359
</Docs>
13601360
</Member>

0 commit comments

Comments
 (0)