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="timeSpan">Dividend or value to be divided.</param>
3243
+
<param name="timeSpan">The dividend or value to be divided.</param>
3244
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>
0 commit comments