DateUnit

sealed external interface DateUnit<out T : DateUnit<T>> : DateTimeUnit<T> (source)

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed interface day : DateUnit<DateUnit.day>
Link copied to clipboard
sealed interface month : DateUnit<DateUnit.month>
Link copied to clipboard
sealed interface week : DateUnit<DateUnit.week>
Link copied to clipboard
sealed interface year : DateUnit<DateUnit.year>