If this duration is too large to fit in a {@code long} milliseconds, then anexception is thrown.
If this duration has greater than millisecond precision, then the conversion will drop any excess precision information as though the amount in nanoseconds was subject to integer division by one million. @return the total length of the duration in milliseconds @throws ArithmeticException if numeric overflow occurs
|
|