core / io.islandtime / kotlin.Int

Extensions for kotlin.Int

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)

toDayOfWeek

Convert an ISO day of week number to a DayOfWeek.

fun Int.toDayOfWeek(): DayOfWeek

Convert a day of week number (1-7) to a DayOfWeek according to the week definition provided by settings.

fun Int.toDayOfWeek(settings: WeekSettings): DayOfWeek
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)

toMonth

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

fun Int.toMonth(): Month