Skip to content

//core/io.islandtime.measures/asPeriod

asPeriod

common

fun Years.asPeriod(): Period

Converts this duration into a Period with the same number of years.

common

fun Months.asPeriod(): Period

Converts this duration into a Period with the same number of months.

common

fun Weeks.asPeriod(): Period

Converts this duration into a Period with the same number of weeks.

Throws

ArithmeticException if the resulting Period would overflow

common

fun Days.asPeriod(): Period

Converts this duration into a Period with the same number of days.