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
EBNF
pluralDateTimePrecision : 'years' | 'months' | 'weeks' | 'days' | 'hours' | 'minutes' | 'seconds' | 'milliseconds' ;