Return a new Duration instance which has a negative number of milliseconds
from this instance. For example, Duration.millis(50).negate() returns
a Duration of -50 milliseconds.
If the called Duration instance is INDEFINITE, return INDEFINITE.
This function does not change the value of the called Duration instance.
Diagram: Duration