Group
Interval Operators
Temporal and interval relationship operator phrases used in timing expressions.
dateTimePrecisionSpecifier
A precision qualifier used in interval operator phrases to constrain comparison to a specific date/time granularity. Consists of a dateTimePrecision followed by the keyword of.
exclusiveRelativeQualifier
A qualifier that expresses an exclusive quantity offset in a before/after interval operator phrase. less than means strictly less than the given offset; more than means strictly greater than.
intervalOperatorPhrase
Interval operator phrases express temporal and interval relationships between two expressions. They cover concurrent-with, includes, included-in, before/after, within, meets, overlaps, starts, and ends relationships.
offsetRelativeQualifier
A qualifier that extends a quantity offset in a before/after interval operator phrase to include the boundary. or more means at least the given offset; or less means at most the given offset.
quantityOffset
A quantity-based offset used in before/after interval operator phrases to express a temporal distance. May be inclusive (quantity with or more/or less) or exclusive (less than/more than quantity).
relativeQualifier
A qualifier used in concurrent-with interval operator phrases to extend the comparison inclusively to the boundary. or before allows the compared point to be at or before the reference; or after allows at or after.
temporalRelationship
Expresses a before or after relationship in an interval operator phrase, optionally with an on or qualifier for inclusive boundary comparison. Supports both prefix (on or before) and postfix (before or on) forms.