public Duration add (Duration other)

Add this instance and another Duration instance to return a new Duration instance. If either instance is INDEFINITE, return INDEFINITE. If either instance is UNKNOWN, return UNKNOWN. This method does not change the value of the called Duration instance.

Parameters:
other    must not be null

Returns:  the result of adding this duration to the other duration. This is the same as millis + other.millis using double arithmetic