Skip to content

Commit 2f77e7c

Browse files
IanKempBillWagner
authored andcommitted
note that DateTimeFormatInfo.UniversalSortableDateTimePattern is ISO 8601 (#2229)
1 parent 1b4c8b5 commit 2f77e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Globalization/DateTimeFormatInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,7 +3109,7 @@ Changing the value of this property affects the following properties as well: <x
31093109
<ReturnType>System.String</ReturnType>
31103110
</ReturnValue>
31113111
<Docs>
3112-
<summary>Gets the custom format string for a universal, sortable date and time string.</summary>
3112+
<summary>Gets the custom format string for a universal, sortable date and time string, as defined by ISO 8601.</summary>
31133113
<value>The custom format string for a universal, sortable date and time string.</value>
31143114
<remarks>
31153115
<format type="text/markdown"><![CDATA[
@@ -3207,4 +3207,4 @@ Changing the value of this property affects the following properties as well: <x
32073207
</Docs>
32083208
</Member>
32093209
</Members>
3210-
</Type>
3210+
</Type>

0 commit comments

Comments
 (0)