_Neo4jLocalTime

Generated LocalTime object type for Neo4j Temporal fields.

type _Neo4jLocalTime {
hour: Int
minute: Int
second: Int
millisecond: Int
microsecond: Int
nanosecond: Int
formatted: String
}

Fields

hour (Int)

minute (Int)

second (Int)

millisecond (Int)

microsecond (Int)

nanosecond (Int)

formatted (String)

Outputs a Neo4j Temporal LocalTime value as a String type by using the toString Cypher function.