DateCellValue

class DateCellValue(val year: Int, val month: Int, val day: Int) : CellValue(source)

Constructors

Link copied to clipboard
constructor(year: Int, month: Int, day: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
fun asDateTimeUtc(): LocalDateTime
Link copied to clipboard
fun asLocalDate(): LocalDate
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