All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.krono.Month.kt Maven / Gradle / Ivy

The newest version!
@file:JsExport

package krono

import kotlinx.JsExport

enum class Month {
    JANUARY,
    FEBRUARY,
    MARCH,
    APRIL,
    MAY,
    JUNE,
    JULY,
    AUGUST,
    SEPTEMBER,
    OCTOBER,
    NOVEMBER,
    DECEMBER;

    val number get() = ordinal + 1
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy