pluralDateTimePrecision

A keyword identifying a plural date/time precision unit. Used in duration between, difference between, expand, and collapse expressions where the plural form is grammatically required.

Examples

Duration in years

duration in years of "Measurement Period"

Duration in days between two dates

difference in days between start of E.period and end of E.period

Expand intervals per week

expand Intervals per week
Railroad Diagram
100%
years months weeks days hours minutes seconds milliseconds

scroll to zoom · drag to pan · click green rules or blue tokens to navigate

EBNF

pluralDateTimePrecision
  : 'years' | 'months' | 'weeks' | 'days'
  | 'hours' | 'minutes' | 'seconds' | 'milliseconds'
  ;