Field Summary | ||
---|---|---|
const int | ABOVE_AVERAGE | |
Shows values that are above average. | ||
const int | BELOW_AVERAGE | |
Shows values that are below average. | ||
const int | LAST_MONTH | |
Shows last month's dates. | ||
const int | LAST_QUARTER | |
Shows last quarter's dates. | ||
const int | LAST_WEEK | |
Shows last week's dates. | ||
const int | LAST_YEAR | |
Shows last year's dates. | ||
const int | JANUARY | |
Shows the dates that are in January, regardless of year. | ||
const int | OCTOBER | |
Shows the dates that are in October, regardless of year. | ||
const int | NOVEMBER | |
Shows the dates that are in November, regardless of year. | ||
const int | DECEMBER | |
Shows the dates that are in December, regardless of year. | ||
const int | FEBRURAY | |
Shows the dates that are in Februray, regardless of year. | ||
const int | MARCH | |
Shows the dates that are in March, regardless of year. | ||
const int | APRIL | |
Shows the dates that are in April, regardless of year. | ||
const int | MAY | |
Shows the dates that are in May, regardless of year. | ||
const int | JUNE | |
Shows the dates that are in June, regardless of year. | ||
const int | JULY | |
Shows the dates that are in July, regardless of year. | ||
const int | AUGUST | |
Shows the dates that are in August, regardless of year. | ||
const int | SEPTEMBER | |
Shows the dates that are in September, regardless of year. | ||
const int | NEXT_MONTH | |
Shows next month's dates. | ||
const int | NEXT_QUARTER | |
Shows next quarter's dates. | ||
const int | NEXT_WEEK | |
Shows next week's dates. | ||
const int | NEXT_YEAR | |
Shows next year's dates. | ||
const int | NONE | |
const int | QUARTER_1 | |
Shows the dates that are in the 1st quarter, regardless of year. | ||
const int | QUARTER_2 | |
Shows the dates that are in the 2nd quarter, regardless of year. | ||
const int | QUARTER_3 | |
Shows the dates that are in the 3rd quarter, regardless of year. | ||
const int | QUARTER_4 | |
Shows the dates that are in the 4th quarter, regardless of year. | ||
const int | THIS_MONTH | |
Shows this month's dates. | ||
const int | THIS_QUARTER | |
Shows this quarter's dates. | ||
const int | THIS_WEEK | |
Shows this week's dates. | ||
const int | THIS_YEAR | |
Shows this year's dates. | ||
const int | TODAY | |
Shows today's dates. | ||
const int | TOMORROW | |
Shows tomorrow's dates. | ||
const int | YEAR_TO_DATE | |
Shows the dates between the beginning of the year and today, inclusive. | ||
const int | YESTERDAY | |
Shows yesterday's dates. |
Field Detail |
---|
ABOVE_AVERAGE | |
const int ABOVE_AVERAGE |
BELOW_AVERAGE | |
const int BELOW_AVERAGE |
LAST_MONTH | |
const int LAST_MONTH |
LAST_QUARTER | |
const int LAST_QUARTER |
LAST_WEEK | |
const int LAST_WEEK |
LAST_YEAR | |
const int LAST_YEAR |
JANUARY | |
const int JANUARY |
OCTOBER | |
const int OCTOBER |
NOVEMBER | |
const int NOVEMBER |
DECEMBER | |
const int DECEMBER |
FEBRURAY | |
const int FEBRURAY |
MARCH | |
const int MARCH |
APRIL | |
const int APRIL |
MAY | |
const int MAY |
JUNE | |
const int JUNE |
JULY | |
const int JULY |
AUGUST | |
const int AUGUST |
SEPTEMBER | |
const int SEPTEMBER |
NEXT_MONTH | |
const int NEXT_MONTH |
NEXT_QUARTER | |
const int NEXT_QUARTER |
NEXT_WEEK | |
const int NEXT_WEEK |
NEXT_YEAR | |
const int NEXT_YEAR |
NONE | |
const int NONE |
QUARTER_1 | |
const int QUARTER_1 |
QUARTER_2 | |
const int QUARTER_2 |
QUARTER_3 | |
const int QUARTER_3 |
QUARTER_4 | |
const int QUARTER_4 |
THIS_MONTH | |
const int THIS_MONTH |
THIS_QUARTER | |
const int THIS_QUARTER |
THIS_WEEK | |
const int THIS_WEEK |
THIS_YEAR | |
const int THIS_YEAR |
TODAY | |
const int TODAY |
TOMORROW | |
const int TOMORROW |
YEAR_TO_DATE | |
const int YEAR_TO_DATE |
YESTERDAY | |
const int YESTERDAY |