_Neo4jDateTime
Generated DateTime object type for Neo4j Temporal fields.
type _Neo4jDateTime {
year: Int
month: Int
day: Int
hour: Int
minute: Int
second: Int
millisecond: Int
microsecond: Int
nanosecond: Int
timezone: String
formatted: String
}
Fields
year
(Int
)
month
(Int
)
day
(Int
)
hour
(Int
)
minute
(Int
)
second
(Int
)
millisecond
(Int
)
microsecond
(Int
)
nanosecond
(Int
)
timezone
(String
)
formatted
(String
)
Outputs a Neo4j Temporal DateTime value as a String type by using the toString Cypher function.