CoreTimeInternal

Properties

Link copied to clipboard
const val DAYS_COMMON: Int = 365
Link copied to clipboard
const val DAYS_LEAP: Int = 366
Link copied to clipboard
const val MILLIS_PER_DAY: Int
Link copied to clipboard
const val MILLIS_PER_HOUR: Int
Link copied to clipboard
const val MILLIS_PER_MICROSECOND: Double
Link copied to clipboard
const val MILLIS_PER_MINUTE: Int
Link copied to clipboard
const val MILLIS_PER_NANOSECOND: Double
Link copied to clipboard
const val MILLIS_PER_SECOND: Int = 1000
Link copied to clipboard
const val MILLIS_PER_WEEK: Int
Link copied to clipboard
val MONTH_START_DAYS: Array<IntArray>

Functions

Link copied to clipboard
fun Month_adjust(month: Int): Int
Link copied to clipboard
fun Month_check(month: Int)
Link copied to clipboard
fun Month_days(month: Int, leap: Boolean): Int
fun Month_days(month: Int, year: Int): Int
Link copied to clipboard
fun Month_daysToEnd(month: Int, leap: Boolean): Int
fun Month_daysToEnd(month: Int, year: Int): Int
Link copied to clipboard
fun Month_daysToStart(month: Int, leap: Boolean): Int
fun Month_daysToStart(month: Int, year: Int): Int
Link copied to clipboard
fun Month_fromDayOfYear(dayOfYear: Int, leap: Boolean): Int
Link copied to clipboard
fun Year_days(leap: Boolean): Int
fun Year_days(year: Int): Int
Link copied to clipboard
fun Year_daysSinceOne(year: Int): Int
Link copied to clipboard
fun Year_fromDays(days: Int): Int
Link copied to clipboard
fun Year_isLeap(year: Int): Boolean
Link copied to clipboard
fun Year_leapCountSinceOne(year: Int): Int