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