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