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/DateOnly.xml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1431,7 +1431,15 @@
1431
1431
<paramname="time">The time of the day.</param>
1432
1432
<summary>Returns a <seecref="T:System.DateTime" /> that is set to the date of this <seecref="T:System.DateOnly" /> instance and the time of specified input time.</summary>
1433
1433
<returns>The <seecref="T:System.DateTime" /> instance composed of the date of the current <seecref="T:System.DateOnly" /> instance and the time specified by the input time.</returns>
1434
-
<remarks>To be added.</remarks>
1434
+
<remarks>
1435
+
<formattype="text/markdown"><![CDATA[
1436
+
1437
+
## Remarks
1438
+
1439
+
The <xref:System.DateTime.Kind> property of the resulting <xref:System.DateTime> is initialized to <xref:System.DateTimeKind.Unspecified?displayProperty=nameWithType>.
0 commit comments