You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<param name="divisor">The value to be divided by.</param>
926
+
<param name="divisor">The divisor or value to be divided by.</param>
927
927
<summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of dividing this instance by the specified <paramref name="divisor" />.</summary>
928
928
<returns>A new object that represents the value of this instance divided by the value of <paramref name="divisor" />.</returns>
929
929
<remarks>To be added.</remarks>
@@ -3240,8 +3240,8 @@ The value of this constant is 100.
<param name="timeSpan">Dividend or the value to be divided.</param>
3244
-
<param name="divisor">The value to be divided by.</param>
3243
+
<param name="timeSpan">Dividend or value to be divided.</param>
3244
+
<param name="divisor">The divisor or value to be divided by.</param>
3245
3245
<summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of dividing the specified <paramref name="timeSpan" /> by the specified <paramref name="divisor" />.</summary>
3246
3246
<returns>A new object that represents the value of <paramref name="timeSpan" /> divided by the value of <paramref name="divisor" />.</returns>
3247
3247
<remarks>To be added.</remarks>
@@ -3282,8 +3282,8 @@ The value of this constant is 100.
0 commit comments