For example, on a datetime of 2002-11-02T23:34:56.789, the remainder by hour is 34 minutes and 56.789 seconds. @param instant the milliseconds from 1970-01-01T00:00:00Z to get theremainder @return remainder duration, in milliseconds
The remainder is given by {@code this.subtract(this.divideToIntegralValue(divisor).multiply(divisor))}. Note that this is not the modulo operation (the result can be negative). @param divisor value by which this {@code BigDecimal} is to be divided. @return {@code this % divisor}. @throws ArithmeticException if {@code divisor==0} @since 1.5
For example, on a datetime of 2002-11-02T23:34:56.789, the remainder by hour is 34 minutes and 56.789 seconds. @param instant the milliseconds from 1970-01-01T00:00:00Z to get theremainder @return remainder duration, in milliseconds
For example, on a datetime of 2002-11-02T23:34:56.789, the remainder by hour is 34 minutes and 56.789 seconds. @param instant the milliseconds from 1970-01-01T00:00:00Z to get theremainder @return remainder duration, in milliseconds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|