Back to Exposed

month

docs/api/exposed-kotlin-datetime/org.jetbrains.exposed.v1.datetime/month.html

1.2.03.2 KB
Original Source

month

@JvmName(name = "LocalDateMonthExt")

fun <T : LocalDate?> Expression<T>.month(): Function<Int>

Returns the month from this date expression, as an integer between 1 and 12 inclusive.


@JvmName(name = "LocalDateTimeMonthExt")

fun <T : LocalDateTime?> Expression<T>.month(): Function<Int>

Returns the month from this datetime expression, as an integer between 1 and 12 inclusive.


@JvmName(name = "InstantMonthExt")

fun <T : Instant?> Expression<T>.month(): Function<Int>

Returns the month from this timestamp expression, as an integer between 1 and 12 inclusive.


@JvmName(name = "OffsetDateTimeMonthExt")

fun <T : OffsetDateTime?> Expression<T>.month(): Function<Int>

Returns the month from this timestampWithTimeZone expression, as an integer between 1 and 12 inclusive.


@JvmName(name = "XInstantMonthExt")

fun <T : Instant?> Expression<T>.month(): Function<Int>

Deprecated

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)

Replace with

kotlin
month

Content copied to clipboard

Returns the month from this timestamp expression, as an integer between 1 and 12 inclusive.

Generated by Dokka © 2026 Copyright