asposecells.api

Class DynamicFilterType

Utility class containing constants. Dynamic filter type.

Field Summary
const  intABOVE_AVERAGE
Shows values that are above average.
const  intBELOW_AVERAGE
Shows values that are below average.
const  intLAST_MONTH
Shows last month's dates.
const  intLAST_QUARTER
Shows last quarter's dates.
const  intLAST_WEEK
Shows last week's dates.
const  intLAST_YEAR
Shows last year's dates.
const  intJANUARY
Shows the dates that are in January, regardless of year.
const  intOCTOBER
Shows the dates that are in October, regardless of year.
const  intNOVEMBER
Shows the dates that are in November, regardless of year.
const  intDECEMBER
Shows the dates that are in December, regardless of year.
const  intFEBRUARY
Shows the dates that are in February, regardless of year.
const  intMARCH
Shows the dates that are in March, regardless of year.
const  intAPRIL
Shows the dates that are in April, regardless of year.
const  intMAY
Shows the dates that are in May, regardless of year.
const  intJUNE
Shows the dates that are in June, regardless of year.
const  intJULY
Shows the dates that are in July, regardless of year.
const  intAUGUST
Shows the dates that are in August, regardless of year.
const  intSEPTEMBER
Shows the dates that are in September, regardless of year.
const  intNEXT_MONTH
Shows next month's dates.
const  intNEXT_QUARTER
Shows next quarter's dates.
const  intNEXT_WEEK
Shows next week's dates.
const  intNEXT_YEAR
Shows next year's dates.
const  intNONE
None.
const  intQUARTER_1
Shows the dates that are in the 1st quarter, regardless of year.
const  intQUARTER_2
Shows the dates that are in the 2nd quarter, regardless of year.
const  intQUARTER_3
Shows the dates that are in the 3rd quarter, regardless of year.
const  intQUARTER_4
Shows the dates that are in the 4th quarter, regardless of year.
const  intTHIS_MONTH
Shows this month's dates.
const  intTHIS_QUARTER
Shows this quarter's dates.
const  intTHIS_WEEK
Shows this week's dates.
const  intTHIS_YEAR
Shows this year's dates.
const  intTODAY
Shows today's dates.
const  intTOMORROW
Shows tomorrow's dates.
const  intYEAR_TO_DATE
Shows the dates between the beginning of the year and today, inclusive.
const  intYESTERDAY
Shows yesterday's dates.
 

    • Field Detail

      • ABOVE_AVERAGE

        const int ABOVE_AVERAGE
        Shows values that are above average.
      • BELOW_AVERAGE

        const int BELOW_AVERAGE
        Shows values that are below average.
      • LAST_MONTH

        const int LAST_MONTH
        Shows last month's dates.
      • LAST_QUARTER

        const int LAST_QUARTER
        Shows last quarter's dates.
      • LAST_WEEK

        const int LAST_WEEK
        Shows last week's dates.
      • LAST_YEAR

        const int LAST_YEAR
        Shows last year's dates.
      • JANUARY

        const int JANUARY
        Shows the dates that are in January, regardless of year.
      • OCTOBER

        const int OCTOBER
        Shows the dates that are in October, regardless of year.
      • NOVEMBER

        const int NOVEMBER
        Shows the dates that are in November, regardless of year.
      • DECEMBER

        const int DECEMBER
        Shows the dates that are in December, regardless of year.
      • FEBRUARY

        const int FEBRUARY
        Shows the dates that are in February, regardless of year.
      • MARCH

        const int MARCH
        Shows the dates that are in March, regardless of year.
      • APRIL

        const int APRIL
        Shows the dates that are in April, regardless of year.
      • MAY

        const int MAY
        Shows the dates that are in May, regardless of year.
      • JUNE

        const int JUNE
        Shows the dates that are in June, regardless of year.
      • JULY

        const int JULY
        Shows the dates that are in July, regardless of year.
      • AUGUST

        const int AUGUST
        Shows the dates that are in August, regardless of year.
      • SEPTEMBER

        const int SEPTEMBER
        Shows the dates that are in September, regardless of year.
      • NEXT_MONTH

        const int NEXT_MONTH
        Shows next month's dates.
      • NEXT_QUARTER

        const int NEXT_QUARTER
        Shows next quarter's dates.
      • NEXT_WEEK

        const int NEXT_WEEK
        Shows next week's dates.
      • NEXT_YEAR

        const int NEXT_YEAR
        Shows next year's dates.
      • NONE

        const int NONE
        None.
      • QUARTER_1

        const int QUARTER_1
        Shows the dates that are in the 1st quarter, regardless of year.
      • QUARTER_2

        const int QUARTER_2
        Shows the dates that are in the 2nd quarter, regardless of year.
      • QUARTER_3

        const int QUARTER_3
        Shows the dates that are in the 3rd quarter, regardless of year.
      • QUARTER_4

        const int QUARTER_4
        Shows the dates that are in the 4th quarter, regardless of year.
      • THIS_MONTH

        const int THIS_MONTH
        Shows this month's dates.
      • THIS_QUARTER

        const int THIS_QUARTER
        Shows this quarter's dates.
      • THIS_WEEK

        const int THIS_WEEK
        Shows this week's dates.
      • THIS_YEAR

        const int THIS_YEAR
        Shows this year's dates.
      • TODAY

        const int TODAY
        Shows today's dates.
      • TOMORROW

        const int TOMORROW
        Shows tomorrow's dates.
      • YEAR_TO_DATE

        const int YEAR_TO_DATE
        Shows the dates between the beginning of the year and today, inclusive.
      • YESTERDAY

        const int YESTERDAY
        Shows yesterday's dates.