korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
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_
daysToEnd
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_
fromDays
Link copied to clipboard
fun
Year_fromDays
(
days
:
Int
)
:
Int
Year_
isLeap
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