|
2535 | 2535 | <Docs>
|
2536 | 2536 | <param name="factor">The value to be multiplied by.</param>
|
2537 | 2537 | <param name="timeSpan">The value to be multiplied.</param>
|
2538 |
| - <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of multiplication of <paramref name="timeSpan" /> instance and the specified <paramref name="factor" />.</summary> |
2539 |
| - <returns>A new object that represents the value of <paramref name="timeSpan" /> instance multiplied by the value of <paramref name="factor" />.</returns> |
| 2538 | + <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of multiplying the specified <paramref name="factor" /> and the specified <paramref name="timeSpan" /> instance.</summary> |
| 2539 | + <returns>A new object that represents the value of the specified <paramref name="factor" /> multiplied by the value of the specified <paramref name="timeSpan" /> instance.</returns> |
2540 | 2540 | <remarks>To be added.</remarks>
|
2541 | 2541 | </Docs>
|
2542 | 2542 | </Member>
|
|
2567 | 2567 | <Parameter Name="factor" Type="System.Double" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2568 | 2568 | </Parameters>
|
2569 | 2569 | <Docs>
|
2570 |
| - <param name="timeSpan">To be added.</param> |
2571 |
| - <param name="factor">To be added.</param> |
2572 |
| - <summary>To be added.</summary> |
2573 |
| - <returns>To be added.</returns> |
| 2570 | + <param name="timeSpan">The value to be multiplied.</param> |
| 2571 | + <param name="factor">The value to be multiplied by.</param> |
| 2572 | + <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of multiplying the specified <paramref name="timeSpan" /> instance and the specified <paramref name="factor" />.</summary> |
| 2573 | + <returns>A new object that represents the value of the specified <paramref name="timeSpan" /> instance multiplied by the value of the specified <paramref name="factor" />.</returns> |
2574 | 2574 | <remarks>To be added.</remarks>
|
2575 | 2575 | </Docs>
|
2576 | 2576 | </Member>
|
@@ -3590,9 +3590,41 @@ When a time interval component in the string to be parsed contains more than sev
|
3590 | 3590 | </Parameters>
|
3591 | 3591 | <Docs>
|
3592 | 3592 | <param name="value">To be added.</param>
|
3593 |
| - <summary>To be added.</summary> |
3594 |
| - <returns>To be added.</returns> |
3595 |
| - <remarks>To be added.</remarks> |
| 3593 | + <summary>Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object.</summary> |
| 3594 | + <returns> |
| 3595 | + One of the following values: |
| 3596 | + <list type="table"> |
| 3597 | + <listheader> |
| 3598 | + <term>Value</term> |
| 3599 | + <description>Description</description> |
| 3600 | + </listheader> |
| 3601 | + <item> |
| 3602 | + <term>-1</term> |
| 3603 | + <description>This instance is shorter than <paramref name="value" />.</description> |
| 3604 | + </item> |
| 3605 | + <item> |
| 3606 | + <term>0</term> |
| 3607 | + <description>This instance is equal to <paramref name="value" />.</description> |
| 3608 | + </item> |
| 3609 | + <item> |
| 3610 | + <term>1</term> |
| 3611 | + <description>This instance is longer than <paramref name="value" />. |
| 3612 | + |
| 3613 | +-or- |
| 3614 | + |
| 3615 | +<paramref name="value" /> is <see langword="null" />.</description> |
| 3616 | + </item> |
| 3617 | + </list> |
| 3618 | + </returns> |
| 3619 | + <remarks> |
| 3620 | + <format type="text/markdown"><![CDATA[ |
| 3621 | +
|
| 3622 | +## Remarks |
| 3623 | +
|
| 3624 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.TimeSpan> instance is cast to an <xref:System.IComparable> interface. |
| 3625 | +
|
| 3626 | + ]]></format> |
| 3627 | + </remarks> |
3596 | 3628 | </Docs>
|
3597 | 3629 | </Member>
|
3598 | 3630 | <Member MemberName="Ticks">
|
@@ -4845,7 +4877,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
4845 | 4877 | <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format of <paramref name="input" />.</param>
|
4846 | 4878 | <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
|
4847 | 4879 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
4848 |
| - <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary> |
| 4880 | + <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary> |
4849 | 4881 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
4850 | 4882 | <remarks>To be added.</remarks>
|
4851 | 4883 | </Docs>
|
@@ -4883,7 +4915,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
4883 | 4915 | <param name="formats">An array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
|
4884 | 4916 | <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
|
4885 | 4917 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
4886 |
| - <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.</summary> |
| 4918 | + <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information. The format of the string representation must match one of the specified formats exactly.</summary> |
4887 | 4919 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
4888 | 4920 | <remarks>To be added.</remarks>
|
4889 | 4921 | </Docs>
|
@@ -4929,7 +4961,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
4929 | 4961 | <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param>
|
4930 | 4962 | <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
|
4931 | 4963 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
4932 |
| - <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary> |
| 4964 | + <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary> |
4933 | 4965 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
4934 | 4966 | <remarks>
|
4935 | 4967 | <format type="text/markdown"><![CDATA[
|
@@ -5007,7 +5039,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
5007 | 5039 | <param name="formats">An array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
|
5008 | 5040 | <param name="formatProvider">An object that provides culture-specific formatting information.</param>
|
5009 | 5041 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
5010 |
| - <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.</summary> |
| 5042 | + <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information. The format of the string representation must match one of the specified formats exactly.</summary> |
5011 | 5043 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
5012 | 5044 | <remarks>
|
5013 | 5045 | <format type="text/markdown"><![CDATA[
|
@@ -5083,8 +5115,8 @@ In some cases, when a time interval component in the string to be parsed contain
|
5083 | 5115 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
5084 | 5116 | <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary>
|
5085 | 5117 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
5086 |
| - <summary>To be added.</summary> |
5087 |
| - <returns>To be added.</returns> |
| 5118 | + <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly.</summary> |
| 5119 | + <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
5088 | 5120 | <remarks>To be added.</remarks>
|
5089 | 5121 | </Docs>
|
5090 | 5122 | </Member>
|
@@ -5123,7 +5155,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
5123 | 5155 | <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
|
5124 | 5156 | <param name="styles">One or more enumeration values that indicate the style of <paramref name="input" />.</param>
|
5125 | 5157 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
5126 |
| - <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.</summary> |
| 5158 | + <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly.</summary> |
5127 | 5159 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
5128 | 5160 | <remarks>To be added.</remarks>
|
5129 | 5161 | </Docs>
|
@@ -5171,7 +5203,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
5171 | 5203 | <param name="formatProvider">An object that provides culture-specific formatting information.</param>
|
5172 | 5204 | <param name="styles">One or more enumeration values that indicate the style of <paramref name="input" />.</param>
|
5173 | 5205 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
5174 |
| - <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary> |
| 5206 | + <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information and styles. The format of the string representation must match the specified format exactly.</summary> |
5175 | 5207 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
5176 | 5208 | <remarks>
|
5177 | 5209 | <format type="text/markdown"><![CDATA[
|
@@ -5250,7 +5282,7 @@ In some cases, when a time interval component in the string to be parsed contain
|
5250 | 5282 | <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
|
5251 | 5283 | <param name="styles">One or more enumeration values that indicate the style of <paramref name="input" />.</param>
|
5252 | 5284 | <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
|
5253 |
| - <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.</summary> |
| 5285 | + <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly.</summary> |
5254 | 5286 | <returns><see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
|
5255 | 5287 | <remarks>
|
5256 | 5288 | <format type="text/markdown"><![CDATA[
|
|
0 commit comments