public boolean lessThanOrEqualTo (Duration other)

Returns true if the specified duration is less than or equal to (<=) this instance. INDEFINITE is treated as if it were positive infinity.

Parameters:
other    cannot be null

Returns:  true if millis <= other.millis using double arithmetic