|
818 | 818 | <Parameter Name="divisor" Type="System.Double" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
819 | 819 | </Parameters>
|
820 | 820 | <Docs>
|
821 |
| - <param name="divisor">To be added.</param> |
822 |
| - <summary>To be added.</summary> |
823 |
| - <returns>To be added.</returns> |
| 821 | + <param name="divisor">The value to be divided by.</param> |
| 822 | + <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of division of this instance and the specified <paramref name="divisor" />.</summary> |
| 823 | + <returns>A new object that represents the value of this instance divided by the value of <paramref name="divisor" />.</returns> |
824 | 824 | <remarks>To be added.</remarks>
|
825 | 825 | </Docs>
|
826 | 826 | </Member>
|
|
851 | 851 | <Parameter Name="ts" Type="System.TimeSpan" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
852 | 852 | </Parameters>
|
853 | 853 | <Docs>
|
854 |
| - <param name="ts">To be added.</param> |
855 |
| - <summary>To be added.</summary> |
856 |
| - <returns>To be added.</returns> |
| 854 | + <param name="ts">The value to be divided by.</param> |
| 855 | + <summary>Returns a new <see cref="T:System.Double" /> value which is the result of division of this instance and the specified <paramref name="ts" />.</summary> |
| 856 | + <returns>A new value that represents result of division of this instance by the value of the <paramref name="ts" />.</returns> |
857 | 857 | <remarks>To be added.</remarks>
|
858 | 858 | </Docs>
|
859 | 859 | </Member>
|
|
1943 | 1943 | <Parameter Name="factor" Type="System.Double" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1944 | 1944 | </Parameters>
|
1945 | 1945 | <Docs>
|
1946 |
| - <param name="factor">To be added.</param> |
1947 |
| - <summary>To be added.</summary> |
1948 |
| - <returns>To be added.</returns> |
| 1946 | + <param name="factor">The value to be multiplied by.</param> |
| 1947 | + <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of multiplication of this instance and the specified <paramref name="factor" />.</summary> |
| 1948 | + <returns>A new object that represents the value of this instance multiplied by the value of <paramref name="factor" />.</returns> |
1949 | 1949 | <remarks>To be added.</remarks>
|
1950 | 1950 | </Docs>
|
1951 | 1951 | </Member>
|
|
2085 | 2085 | <Parameter Name="divisor" Type="System.Double" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2086 | 2086 | </Parameters>
|
2087 | 2087 | <Docs>
|
2088 |
| - <param name="timeSpan">To be added.</param> |
2089 |
| - <param name="divisor">To be added.</param> |
2090 |
| - <summary>To be added.</summary> |
2091 |
| - <returns>To be added.</returns> |
| 2088 | + <param name="timeSpan">Dividend or the value to be divided.</param> |
| 2089 | + <param name="divisor">The value to be divided by.</param> |
| 2090 | + <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of division of <paramref name="timeSpan" /> instance and the specified <paramref name="divisor" />.</summary> |
| 2091 | + <returns>A new object that represents the value of <paramref name="timeSpan" /> instance divided by the value of <paramref name="divisor" />.</returns> |
2092 | 2092 | <remarks>To be added.</remarks>
|
2093 | 2093 | </Docs>
|
2094 | 2094 | </Member>
|
|
2120 | 2120 | <Parameter Name="t2" Type="System.TimeSpan" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2121 | 2121 | </Parameters>
|
2122 | 2122 | <Docs>
|
2123 |
| - <param name="t1">To be added.</param> |
2124 |
| - <param name="t2">To be added.</param> |
2125 |
| - <summary>To be added.</summary> |
2126 |
| - <returns>To be added.</returns> |
| 2123 | + <param name="t1">Divident or the value to be divided.</param> |
| 2124 | + <param name="t2">The value to be divided by.</param> |
| 2125 | + <summary>Returns a new <see cref="T:System.Double" /> value which is the result of division of <paramref name="t1" /> instance and the specified <paramref name="t2" />.</summary> |
| 2126 | + <returns>A new value that represents result of division of <paramref name="t1" /> instance by the value of the <paramref name="t2" />.</returns> |
2127 | 2127 | <remarks>To be added.</remarks>
|
2128 | 2128 | </Docs>
|
2129 | 2129 | </Member>
|
|
2533 | 2533 | <Parameter Name="timeSpan" Type="System.TimeSpan" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2534 | 2534 | </Parameters>
|
2535 | 2535 | <Docs>
|
2536 |
| - <param name="factor">To be added.</param> |
2537 |
| - <param name="timeSpan">To be added.</param> |
2538 |
| - <summary>To be added.</summary> |
2539 |
| - <returns>To be added.</returns> |
| 2536 | + <param name="factor">The value to be multiplied by.</param> |
| 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> |
2540 | 2540 | <remarks>To be added.</remarks>
|
2541 | 2541 | </Docs>
|
2542 | 2542 | </Member>
|
@@ -3205,12 +3205,12 @@ When a time interval component in the string to be parsed contains more than sev
|
3205 | 3205 | <Parameter Name="styles" Type="System.Globalization.TimeSpanStyles" Index="3" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
3206 | 3206 | </Parameters>
|
3207 | 3207 | <Docs>
|
3208 |
| - <param name="input">To be added.</param> |
3209 |
| - <param name="format">To be added.</param> |
3210 |
| - <param name="formatProvider">To be added.</param> |
3211 |
| - <param name="styles">To be added.</param> |
3212 |
| - <summary>To be added.</summary> |
3213 |
| - <returns>To be added.</returns> |
| 3208 | + <param name="input">A span that specifies the time interval to convert.</param> |
| 3209 | + <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param> |
| 3210 | + <param name="formatProvider">An object that provides culture-specific formatting information.</param> |
| 3211 | + <param name="styles">A bitwise combination of enumeration values that defines the style elements that may be present in <paramref name="input" />.</param> |
| 3212 | + <summary>Converts the char span 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> |
| 3213 | + <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns> |
3214 | 3214 | <remarks>To be added.</remarks>
|
3215 | 3215 | </Docs>
|
3216 | 3216 | </Member>
|
@@ -3242,12 +3242,12 @@ When a time interval component in the string to be parsed contains more than sev
|
3242 | 3242 | <Parameter Name="styles" Type="System.Globalization.TimeSpanStyles" Index="3" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
3243 | 3243 | </Parameters>
|
3244 | 3244 | <Docs>
|
3245 |
| - <param name="input">To be added.</param> |
3246 |
| - <param name="formats">To be added.</param> |
3247 |
| - <param name="formatProvider">To be added.</param> |
3248 |
| - <param name="styles">To be added.</param> |
3249 |
| - <summary>To be added.</summary> |
3250 |
| - <returns>To be added.</returns> |
| 3245 | + <param name="input">A span that specifies the time interval to convert.</param> |
| 3246 | + <param name="formats">An array of standard or custom format strings that define the required format of <paramref name="input" />.</param> |
| 3247 | + <param name="formatProvider">An object that provides culture-specific formatting information.</param> |
| 3248 | + <param name="styles">A bitwise combination of enumeration values that defines the style elements that may be present in input.</param> |
| 3249 | + <summary>Converts the 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> |
| 3250 | + <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" />.</returns> |
3251 | 3251 | <remarks>To be added.</remarks>
|
3252 | 3252 | </Docs>
|
3253 | 3253 | </Member>
|
|
0 commit comments