core / io.islandtime / kotlin.Int

Extensions for kotlin.Int

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

toDayOfWeek

Converts an ISO day of week number to a DayOfWeek.

fun Int.toDayOfWeek(): DayOfWeek

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

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

toMonth

Converts an ISO month number, from 1-12, to a Month.

fun Int.toMonth(): Month