public Duration subtract (Duration other)

Subtract other Duration instance from this instance to return a new Duration instance. If either instance is UNKNOWN, return UNKNOWN. Otherwise, if either instance is INDEFINITE, return INDEFINITE. This method does not change the value of the called Duration instance.

Parameters:
other    must not be null

Returns:  the result of subtracting the other duration from this duration. This is the same as millis - other.millis using double arithmetic