The following tables list the members exposed by SpecialFilterOperands.
Name | Description | |
---|---|---|
April | An operand representing the fourth month of the year. | |
August | An operand representing the eighth month of the year. | |
December | An operand representing the last month of the year. | |
February | An operand representing the second month of the year. | |
January | An operand representing the first month of the year. | |
July | An operand representing the seventh month of the year. | |
June | An operand representing the sixth month of the year. | |
LastMonth | An operand used to determine if a specified value is between the first and last days of last month. | |
LastQuarter | An operand used to determine if a specified value is between the first and last days of the previous quarter. | |
LastWeek | An operand used to determine if a specified value is between the first and last days of last week. | |
LastYear | An operand used to determine if a specified value is between the first and last days of the previous year. | |
March | An operand representing the third month of the year. | |
May | An operand representing the fifth month of the year. | |
NextMonth | An operand used to determine if a specified value is between the first and last days of next month. | |
NextQuarter | An operand used to determine if a specified value is between the first and last days of next quarter. | |
NextWeek | An operand used to determine if a specified value is between the first and last days of next week. | |
NextYear | An operand used to determine if a specified value is between the first and last days of next year. | |
November | An operand representing the eleventh month of the year. | |
October | An operand representing the tenth month of the year. | |
Quarter1 | An operand used to determine if a specified value falls within the first 3 months of the calendar year. | |
Quarter2 | An operand used to determine if a specified value falls within the second 3 months of the calendar year. | |
Quarter3 | An operand used to determine if a specified value falls within the third 3 months of the calendar year. | |
Quarter4 | An operand used to determine if a specified value falls within the last 3 months of the calendar year. | |
September | An operand representing the ninth month of the year. | |
ThisMonth | An operand used to determine if a specified value is between the first and last days of this month. | |
ThisQuarter | An operand used to determine if a specified value is between the first and last days of the current quarter. | |
ThisWeek | An operand used to determine if a specified value is between the first and last days of this week. | |
ThisYear | An operand used to determine if a specified value is between the first and last days of the current year. | |
Today | An operand used to determine if a specified value is equal to today's date. | |
Tomorrow | An operand used to determine if a specified value is equal to tomorrow's date. | |
YearToDate | An operand used to determine if a specified value is between the first day of the year and the current date. | |
Yesterday | An operand used to determine if a specified value is equal to yesterday's date. |
Name | Description | |
---|---|---|
GetRegisteredOperand | Gets the registered operand with the specified name. | |
GetRegisteredOperands | Overloaded. Gets a list of all registered operands. | |
Register | Registers a user-defined operand. This method can also be used to re-register a pre-defined operand that has been previously unregistered. | |
Reset | Overloaded. Resets the list of registered operands to the default state. | |
Unregister | Unregisters a user-defined operand. This method can also be used to unregister built-in operands as well. |