asPeriod

fun Years.asPeriod(): Period

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

fun Months.asPeriod(): Period

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

fun Weeks.asPeriod(): Period

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

Throws

if the resulting Period would overflow

fun Days.asPeriod(): Period

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