fun Int.asDayOfWeek(): DayOfWeek
Return the DayOfWeek for this value. |
|
fun Int.asMonth(): Month
Return the Month for this value. |
|
fun Int.asYear(): Year
Return the Year for this value. |
|
fun Int.days(): Period
Return a Period representing this value in days. |
|
fun Int.hours(): Duration
Return a Duration representing this value in hours. |
|
fun Int.millis(): Duration
Return a Duration representing this value in milliseconds. |
|
fun Int.minutes(): Duration
Return a Duration representing this value in minutes. |
|
fun Int.months(): Period
Return a Period representing this value in months. |
|
fun Int.nanos(): Duration
Return a Duration representing this value in nanoseconds. |
|
fun Int.seconds(): Duration
Return a Duration representing this value in seconds. |
|
fun Int.years(): Period
Return a Period representing this value in years. |