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
Copy file name to clipboardExpand all lines: xml/System/DateTime.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5933,7 +5933,7 @@ The following example demonstrates the <xref:System.DateTime.Parse%28System.Stri
5933
5933
<AssemblyVersion>4.2.0.0</AssemblyVersion>
5934
5934
</AssemblyInfo>
5935
5935
<Docs>
5936
-
<summary>Returns a new <see cref="T:System.DateTime" /> that subtracts the specified time or duration from the value of this instance.</summary>
5936
+
<summary>Returns the value that results from subtracting the specified time or duration from the value of this instance.</summary>
5937
5937
</Docs>
5938
5938
</MemberGroup>
5939
5939
<Member MemberName="Subtract">
@@ -5979,7 +5979,7 @@ The following example demonstrates the <xref:System.DateTime.Parse%28System.Stri
5979
5979
</Parameters>
5980
5980
<Docs>
5981
5981
<param name="value">The date and time value to subtract.</param>
5982
-
<summary>Returns a new <see cref="T:System.DateTime" /> that subtracts the specified date and time from the value of this instance.</summary>
5982
+
<summary>Returns a new <see cref="T:System.TimeSpan" /> that subtracts the specified date and time from the value of this instance.</summary>
5983
5983
<returns>A time interval that is equal to the date and time represented by this instance minus the date and time represented by <paramref name="value" />.</returns>
0 commit comments