Skip to content

Commit 2a72bb1

Browse files
authored
More specific documentation on TimeOnly.MinValue (#8950)
1 parent 849d9f2 commit 2a72bb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/TimeOnly.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ If `start` and `end` are equal, this method returns `false`, meaning there is ze
795795
<ReturnType>System.TimeOnly</ReturnType>
796796
</ReturnValue>
797797
<Docs>
798-
<summary>Represents the largest possible value of <see cref="T:System.TimeOnly" />.</summary>
799-
<value>A <see cref="T:System.TimeOnly" /> instance representing its largest possible value.</value>
798+
<summary>Gets the largest possible value of <see cref="T:System.TimeOnly" />.</summary>
799+
<value>The largest possible value of <see cref="T:System.TimeOnly" />, which is 23:59:59.9999999.</value>
800800
<remarks>To be added.</remarks>
801801
</Docs>
802802
</Member>
@@ -886,8 +886,8 @@ If `start` and `end` are equal, this method returns `false`, meaning there is ze
886886
<ReturnType>System.TimeOnly</ReturnType>
887887
</ReturnValue>
888888
<Docs>
889-
<summary>Represents the smallest possible value of <see cref="T:System.TimeOnly" />.</summary>
890-
<value>A <see cref="T:System.TimeOnly" /> that represents its smallest possible value.</value>
889+
<summary>Gets the smallest possible value of <see cref="T:System.TimeOnly" />.</summary>
890+
<value>The smallest possible value of <see cref="T:System.TimeOnly" />, which is 00:00:00 (midnight).</value>
891891
<remarks>To be added.</remarks>
892892
</Docs>
893893
</Member>

0 commit comments

Comments
 (0)