Package io. islandtime. measures
Classes related to the measurement of time, including Duration, Period, and more specific units, such as Hours or Years.
Types
A duration of time at nanosecond precision.
Functions
Multiplies this value by a duration of centuries. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of days. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of decades. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration.
Multiplies this value by a duration of hours. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of microseconds. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of milliseconds. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of minutes. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of months. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of nanoseconds. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of seconds. @throws ArithmeticException if overflow occurs
Multiplies this value by a duration of weeks. @throws ArithmeticException if overflow occurs
Converts an ISO-8601 duration string to a Duration.
Converts this duration to Island Time Days.
Converts this duration to an equivalent Island Time Duration.
Converts this duration to Island Time Hours.
Converts this duration to Island Time Microseconds.
Converts this duration to Island Time Milliseconds.
Converts this duration to Island Time Minutes.
Converts this duration to Island Time Nanoseconds.
Converts this duration to Island Time Seconds.