DateTimeValue

Represents a point in time that can be specified as either an absolute date (for example, "2025-07-01") or a relative time period using ISO 8601 duration format (for example, "-P3M" for three months ago).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.

Link copied to clipboard

The actual date/time value.

Functions

Link copied to clipboard
inline fun copy(block: DateTimeValue.Builder.() -> Unit = {}): DateTimeValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String