YsonDate

data class YsonDate(val value: String) : YsonValue

YsonDate represents an ISO 8601 timestamp literal, serialized as Date("...").

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard