toggle menu
korlibs-time-root
6.0.0
common
switch theme
search in API
korlibs-time-core
/
korlibs.time.core.internal
/
CoreTimeInternal
Core
Time
Internal
object
CoreTimeInternal
Members
Properties
DAYS_COMMON
Link copied to clipboard
const
val
DAYS_COMMON
:
Int
=
365
DAYS_LEAP
Link copied to clipboard
const
val
DAYS_LEAP
:
Int
=
366
MILLIS_PER_DAY
Link copied to clipboard
const
val
MILLIS_PER_DAY
:
Int
MILLIS_PER_HOUR
Link copied to clipboard
const
val
MILLIS_PER_HOUR
:
Int
MILLIS_PER_MICROSECOND
Link copied to clipboard
const
val
MILLIS_PER_MICROSECOND
:
Double
MILLIS_PER_MINUTE
Link copied to clipboard
const
val
MILLIS_PER_MINUTE
:
Int
MILLIS_PER_NANOSECOND
Link copied to clipboard
const
val
MILLIS_PER_NANOSECOND
:
Double
MILLIS_PER_SECOND
Link copied to clipboard
const
val
MILLIS_PER_SECOND
:
Int
=
1000
MILLIS_PER_WEEK
Link copied to clipboard
const
val
MILLIS_PER_WEEK
:
Int
MONTH_START_DAYS
Link copied to clipboard
val
MONTH_START_DAYS
:
Array
<
IntArray
>
Functions
Month_adjust
Link copied to clipboard
fun
Month_adjust
(
month
:
Int
)
:
Int
Month_check
Link copied to clipboard
fun
Month_check
(
month
:
Int
)
Month_days
Link copied to clipboard
fun
Month_days
(
month
:
Int
,
leap
:
Boolean
)
:
Int
fun
Month_days
(
month
:
Int
,
year
:
Int
)
:
Int
Month_days
To
End
Link copied to clipboard
fun
Month_daysToEnd
(
month
:
Int
,
leap
:
Boolean
)
:
Int
fun
Month_daysToEnd
(
month
:
Int
,
year
:
Int
)
:
Int
Month_days
To
Start
Link copied to clipboard
fun
Month_daysToStart
(
month
:
Int
,
leap
:
Boolean
)
:
Int
fun
Month_daysToStart
(
month
:
Int
,
year
:
Int
)
:
Int
Month_from
Day
Of
Year
Link copied to clipboard
fun
Month_fromDayOfYear
(
dayOfYear
:
Int
,
leap
:
Boolean
)
:
Int
Year_days
Link copied to clipboard
fun
Year_days
(
leap
:
Boolean
)
:
Int
fun
Year_days
(
year
:
Int
)
:
Int
Year_days
Since
One
Link copied to clipboard
fun
Year_daysSinceOne
(
year
:
Int
)
:
Int
Year_from
Days
Link copied to clipboard
fun
Year_fromDays
(
days
:
Int
)
:
Int
Year_is
Leap
Link copied to clipboard
fun
Year_isLeap
(
year
:
Int
)
:
Boolean
Year_leap
Count
Since
One
Link copied to clipboard
fun
Year_leapCountSinceOne
(
year
:
Int
)
:
Int