public final class CypherDate extends CypherValue
Modifier and Type | Field and Description |
---|---|
static CypherDate |
MAX_VALUE |
static CypherDate |
MIN_VALUE |
Modifier and Type | Method and Description |
---|---|
java.time.LocalDate |
asObjectCopy() |
static CypherDate |
date(java.time.LocalDate value) |
getMemorySize
public static final CypherDate MIN_VALUE
public static final CypherDate MAX_VALUE
public static CypherDate date(java.time.LocalDate value)
public final java.time.LocalDate asObjectCopy()
asObjectCopy
in class CypherValue