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