NormalizedValue

Contains information relating to dates in a document, including the type of value, and the value.

Types

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

Properties

Link copied to clipboard

The value of the date, written as Year-Month-DayTHour:Minute:Second.

Link copied to clipboard

The normalized type of the value detected. In this case, DATE.

Functions

Link copied to clipboard
inline fun copy(block: NormalizedValue.Builder.() -> Unit = {}): NormalizedValue
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