We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6276ef5 commit cb232d3Copy full SHA for cb232d3
modules/ROOT/pages/functions/temporal/duration.adoc
@@ -19,7 +19,7 @@ See also xref::values-and-types/temporal.adoc[Temporal values] and xref::syntax/
19
| *Syntax* 3+| `duration(input)`
20
| *Description* 3+| Creates a `DURATION` value.
21
.2+| *Arguments* | *Name* | *Type* | *Description*
22
-| `input` | `ANY` | A map optionally containing the following keys: 'years', 'quarters', 'months', 'weeks', 'days', 'hours', 'minutes', 'seconds', 'milliseconds', 'microseconds', or 'nanoseconds'.
+| `input` | `ANY` | A map optionally containing the following keys: 'years', 'months', 'weeks', 'days', 'hours', 'minutes', 'seconds', 'milliseconds', 'microseconds', or 'nanoseconds'.
23
| *Returns* 3+| `DURATION`
24
|===
25
0 commit comments