Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion xml/System/DateOnly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,15 @@
<param name="time">The time of the day.</param>
<summary>Returns a <see cref="T:System.DateTime" /> that is set to the date of this <see cref="T:System.DateOnly" /> instance and the time of specified input time.</summary>
<returns>The <see cref="T:System.DateTime" /> instance composed of the date of the current <see cref="T:System.DateOnly" /> instance and the time specified by the input time.</returns>
<remarks>To be added.</remarks>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

The <xref:System.DateTime.Kind> property of the resulting <xref:System.DateTime> is initialized to <xref:System.DateTimeKind.Unspecified?displayProperty=nameWithType>.

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ToDateTime">
Expand Down