Skip to content

Commit b465da4

Browse files
rzikmgewarren
andauthored
Mention DateTimeKind unspecified in DateOnly.ToDateTime (#10285)
* Mention DateTimeKind unspecified in DateOnly.ToDateTime * Update xml/System/DateOnly.xml Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 6149bc6 commit b465da4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

xml/System/DateOnly.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,15 @@
14311431
<param name="time">The time of the day.</param>
14321432
<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>
14331433
<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>
1434-
<remarks>To be added.</remarks>
1434+
<remarks>
1435+
<format type="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>.
1440+
1441+
]]></format>
1442+
</remarks>
14351443
</Docs>
14361444
</Member>
14371445
<Member MemberName="ToDateTime">

0 commit comments

Comments
 (0)