docs/api/exposed-kotlin-datetime/org.jetbrains.exposed.v1.datetime/day.html
@JvmName(name = "LocalDateDayExt")
fun <T : LocalDate?> Expression<T>.day(): Function<Int>
Returns the day from this date expression, as an integer between 1 and 31 inclusive.
@JvmName(name = "LocalDateTimeDayExt")
fun <T : LocalDateTime?> Expression<T>.day(): Function<Int>
Returns the day from this datetime expression, as an integer between 1 and 31 inclusive.
@JvmName(name = "InstantDayExt")
fun <T : Instant?> Expression<T>.day(): Function<Int>
Returns the day from this timestamp expression, as an integer between 1 and 31 inclusive.
@JvmName(name = "OffsetDateTimeDayExt")
fun <T : OffsetDateTime?> Expression<T>.day(): Function<Int>
Returns the day from this timestampWithTimeZone expression, as an integer between 1 and 31 inclusive.
@JvmName(name = "XInstantDayExt")
fun <T : Instant?> Expression<T>.day(): Function<Int>
Deprecated due to usage of old kotlinx.datetime.Instant. The change caused by deprecation of Instant in the kotlinx.datetime (see more on https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant)
day
Content copied to clipboard
Returns the day from this timestamp expression, as an integer between 1 and 31 inclusive.
Generated by Dokka © 2026 Copyright