You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/values-and-types/temporal.adoc
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -511,13 +511,11 @@ For more information, see the xref::values-and-types/temporal.adoc#cypher-tempor
511
511
[[cypher-temporal-specify-instant-examples]]
512
512
=== Examples
513
513
514
-
In order to create or parse a temporal instant type, its corresponding xref:functions/temporal/index.adoc[function] must be used.
514
+
To work with a particular temporal instant type, its corresponding xref:functions/temporal/index.adoc[function] must be used.
515
515
For example, in order to create a property value of type `ZONED DATETIME`, the xref:functions/temporal/index.adoc#functions-datetime[`datetime()`] function must be used.
516
516
517
-
This section provides examples of how to create properties with different temporal value types and how to parse temporal instant values.
The truncate functions in Neo4j allow you to reduce the precision of temporal values by truncating them to a specified component such as `year`, `month`, or `second`.
975
+
976
976
.Truncate `DATE` values
977
977
======
978
978
@@ -982,13 +982,13 @@ To truncate `DATE` values, use the xref:functions/temporal/index.adoc#functions-
0 commit comments