diff --git a/xml/System/DateOnly.xml b/xml/System/DateOnly.xml index af0abe9eede..99a0fcae694 100644 --- a/xml/System/DateOnly.xml +++ b/xml/System/DateOnly.xml @@ -211,7 +211,7 @@ The object to compare to the current instance. - Compares the value of this instance to a specified value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified value. + Compares the value of this instance to a specified value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified value. Less than zero if this instance is earlier than value. Greater than zero if this instance is later than value. Zero if this instance is the same as value. To be added.