diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml index f1f1a08cbe7..481f87e3076 100644 --- a/xml/System/DateTime.xml +++ b/xml/System/DateTime.xml @@ -1,4 +1,4 @@ - + @@ -6125,10 +6125,26 @@ The following example demonstrates the - To be added. - To be added. - To be added. - To be added. + The object to compare. + Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. + A value that indicates the relative order of the objects being compared. + + instance is cast to an interface. + +The return value has these meanings: + +| Value | Meaning | +|-------------------|-------------------------------------------------------------------------| +| Less than zero | This instance precedes `value` in the sort order. | +| Zero | This instance occurs in the same position in the sort order as `value`. | +| Greater than zero | This instance follows `value` in the sort order. | + + ]]> + @@ -6159,9 +6175,17 @@ The following example demonstrates the - To be added. - To be added. - To be added. + Returns the for this instance. + The enumerated constant that is the of the class or value type that implements this interface. + + instance is cast to an interface. + + ]]> +