Back to Exposed

timestampParam

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

1.2.01.0 KB
Original Source

timestampParam

fun timestampParam(value: Instant): Expression<Instant>

Returns the specified value as a timestamp query parameter.


fun timestampParam(value: Instant): Expression<Instant>

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
timestampParam(value)

Content copied to clipboard

Returns the specified value as a timestamp query parameter.

Generated by Dokka © 2026 Copyright