toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.temporal
/
DateUnit
Date
Unit
sealed
external
interface
DateUnit
<
out
T
:
DateUnit
<
T
>
>
:
DateTimeUnit
<
T
>
(
source
)
Inheritors
year
month
week
day
Members
Types
Companion
Link copied to clipboard
object
Companion
day
Link copied to clipboard
sealed
interface
day
:
DateUnit
<
DateUnit.day
>
month
Link copied to clipboard
sealed
interface
month
:
DateUnit
<
DateUnit.month
>
week
Link copied to clipboard
sealed
interface
week
:
DateUnit
<
DateUnit.week
>
year
Link copied to clipboard
sealed
interface
year
:
DateUnit
<
DateUnit.year
>