public CompareResult compareTo(DateTime dateTime)
Property | Description | |||
Argument - dateTime | The DateTime to compare with this object | |||
Returns |
public final class CompareResult implements Serializable |
|||
Description | Compares this DateTime 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. |