asPeriod

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

fun IntYears.asPeriod(): Period
fun LongYears.asPeriod(): Period

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

fun IntMonths.asPeriod(): Period
fun LongMonths.asPeriod(): Period

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

fun IntWeeks.asPeriod(): Period
fun LongWeeks.asPeriod(): Period

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

fun IntDays.asPeriod(): Period
fun LongDays.asPeriod(): Period