Conversion from a coarser granularity that would numerically overflow saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}if positive. @return the value in milliseconds, since the epoch (1970-01-01T00:00:00Z)
This is a convenience wrapper, equivalent to:
{@code convertTo(TimeUnit.MILLISECONDS) } @return The total milliseconds represented by this {@code ClockTime}.
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|