Variable orderedDateUnitConst

orderedDateUnit: readonly [
    Millisecond,
    Second,
    Minute,
    Hour,
    Day,
    Week,
    Month,
    Quarter,
    Year,
] = ...

All DateUnit values in an array ordered from smallest to largest.