Property | Description | |||
Argument dateTime | The XmlDateTime to compare with this object | |||
Returns |
public enum CompareResult { equal = 0, lessThan, greaterThan, indeterminate } |
|||
Description | Compares this XmlDateTime with another | |||
Remarks | Similar to java.lang.Comparable#compareTo(Object), except the result may be Indeterminate depending on the current state as according to the rules of the W3C XML Schema specification. |