Enum that encodes some known pivotal dates.

Enumeration Members

LAST_MONTH_END: "last month end"
LAST_QUARTER_END: "last quarter end"
LAST_QUARTER_START: "last quarter start"
LAST_WEEK_END: "last week end"
LAST_YEAR_END: "last year end"
NEXT_MONTH_END: "next month end"
NEXT_MONTH_START: "next month start"
NEXT_WEEK_END: "next week end"
NEXT_WEEK_START: "next week start"
NEXT_YEAR_END: "next year end"
NEXT_YEAR_START: "next year start"
THIS_MONTH_END: "this month end"
THIS_MONTH_START: "this month start"
THIS_QUARTER_END: "this quarter end"
THIS_QUARTER_START: "this quarter start"
THIS_WEEK_END: "this week end"
THIS_WEEK_START: "this week start"
THIS_YEAR_END: "this year end"
THIS_YEAR_START: "this year start"
TODAY: "today"
TOMORROW: "tomorrow"
YESTERDAY: "yesterday"

Generated using TypeDoc