core / io.islandtime / kotlin.Int

Extensions for kotlin.Int

(iosArm64, iosX64, jvm, macosX64)

toDayOfWeek

Convert an ISO day of week number to a DayOfWeek.

fun Int.toDayOfWeek(): DayOfWeek
(iosArm64, iosX64, jvm, macosX64)

toMonth

Convert an ISO month number (from 1-12) to a Month.

fun Int.toMonth(): Month