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