core
/
io.islandtime.measures
/
periodOf
common
period
Of
fun
periodOf
(years:
IntYears
, months:
IntMonths
= 0.months, days:
IntDays
= 0.days):
Period
Content copied to clipboard
fun
periodOf
(years:
IntYears
, days:
IntDays
):
Period
Content copied to clipboard
fun
periodOf
(months:
IntMonths
, days:
IntDays
= 0.days):
Period
Content copied to clipboard
fun
periodOf
(days:
IntDays
):
Period
Content copied to clipboard
Creates a
Period
.
fun
periodOf
(weeks:
IntWeeks
):
Period
Content copied to clipboard
Creates a
Period
.
Throws
kotlin.ArithmeticException
if overflow occurs