| Package | Description | 
|---|---|
| agi.foundation.time | 
 Contains types for quantifying and converting between various date, time, and time standard representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
YearMonthDay.compareTo(YearMonthDay other)
Compares this instance with another instance of the same type. 
 | 
static boolean | 
YearMonthDay.equals(YearMonthDay left,
      YearMonthDay right)
Returns  
true if the two instances are exactly equal. | 
boolean | 
YearMonthDay.equalsType(YearMonthDay other)
Indicates whether another instance of this type is exactly equal to this instance. 
 | 
static boolean | 
YearMonthDay.greaterThan(YearMonthDay left,
           YearMonthDay right)
Returns  
true if left is greater than right. | 
static boolean | 
YearMonthDay.greaterThanOrEqual(YearMonthDay left,
                  YearMonthDay right)
Returns  
true if left is greater than or equal to right. | 
static boolean | 
YearMonthDay.lessThan(YearMonthDay left,
        YearMonthDay right)
Returns  
true if left is less than right. | 
static boolean | 
YearMonthDay.lessThanOrEqual(YearMonthDay left,
               YearMonthDay right)
Returns  
true if left is less than or equal to right. | 
static boolean | 
YearMonthDay.notEquals(YearMonthDay left,
         YearMonthDay right)
Returns  
true if the two instances are not exactly equal. |