Version

SpecialFilterOperands Class Members

The following tables list the members exposed by SpecialFilterOperands.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)AprilAn operand representing the fourth month of the year.  
Public Propertystatic (Shared in Visual Basic)AugustAn operand representing the eighth month of the year.  
Public Propertystatic (Shared in Visual Basic)DecemberAn operand representing the last month of the year.  
Public Propertystatic (Shared in Visual Basic)FebruaryAn operand representing the second month of the year.  
Public Propertystatic (Shared in Visual Basic)JanuaryAn operand representing the first month of the year.  
Public Propertystatic (Shared in Visual Basic)JulyAn operand representing the seventh month of the year.  
Public Propertystatic (Shared in Visual Basic)JuneAn operand representing the sixth month of the year.  
Public Propertystatic (Shared in Visual Basic)LastMonthAn operand used to determine if a specified value is between the first and last days of last month.  
Public Propertystatic (Shared in Visual Basic)LastQuarterAn operand used to determine if a specified value is between the first and last days of the previous quarter.  
Public Propertystatic (Shared in Visual Basic)LastWeekAn operand used to determine if a specified value is between the first and last days of last week.  
Public Propertystatic (Shared in Visual Basic)LastYearAn operand used to determine if a specified value is between the first and last days of the previous year.  
Public Propertystatic (Shared in Visual Basic)MarchAn operand representing the third month of the year.  
Public Propertystatic (Shared in Visual Basic)MayAn operand representing the fifth month of the year.  
Public Propertystatic (Shared in Visual Basic)NextMonthAn operand used to determine if a specified value is between the first and last days of next month.  
Public Propertystatic (Shared in Visual Basic)NextQuarterAn operand used to determine if a specified value is between the first and last days of next quarter.  
Public Propertystatic (Shared in Visual Basic)NextWeekAn operand used to determine if a specified value is between the first and last days of next week.  
Public Propertystatic (Shared in Visual Basic)NextYearAn operand used to determine if a specified value is between the first and last days of next year.  
Public Propertystatic (Shared in Visual Basic)NovemberAn operand representing the eleventh month of the year.  
Public Propertystatic (Shared in Visual Basic)OctoberAn operand representing the tenth month of the year.  
Public Propertystatic (Shared in Visual Basic)Quarter1An operand used to determine if a specified value falls within the first 3 months of the calendar year.  
Public Propertystatic (Shared in Visual Basic)Quarter2An operand used to determine if a specified value falls within the second 3 months of the calendar year.  
Public Propertystatic (Shared in Visual Basic)Quarter3An operand used to determine if a specified value falls within the third 3 months of the calendar year.  
Public Propertystatic (Shared in Visual Basic)Quarter4An operand used to determine if a specified value falls within the last 3 months of the calendar year.  
Public Propertystatic (Shared in Visual Basic)SeptemberAn operand representing the ninth month of the year.  
Public Propertystatic (Shared in Visual Basic)ThisMonthAn operand used to determine if a specified value is between the first and last days of this month.  
Public Propertystatic (Shared in Visual Basic)ThisQuarterAn operand used to determine if a specified value is between the first and last days of the current quarter.  
Public Propertystatic (Shared in Visual Basic)ThisWeekAn operand used to determine if a specified value is between the first and last days of this week.  
Public Propertystatic (Shared in Visual Basic)ThisYearAn operand used to determine if a specified value is between the first and last days of the current year.  
Public Propertystatic (Shared in Visual Basic)TodayAn operand used to determine if a specified value is equal to today's date.  
Public Propertystatic (Shared in Visual Basic)TomorrowAn operand used to determine if a specified value is equal to tomorrow's date.  
Public Propertystatic (Shared in Visual Basic)YearToDateAn operand used to determine if a specified value is between the first day of the year and the current date.  
Public Propertystatic (Shared in Visual Basic)YesterdayAn operand used to determine if a specified value is equal to yesterday's date.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetRegisteredOperandGets the registered operand with the specified name.  
Public Methodstatic (Shared in Visual Basic)GetRegisteredOperandsOverloaded. Gets a list of all registered operands.  
Public Methodstatic (Shared in Visual Basic)RegisterRegisters a user-defined operand. This method can also be used to re-register a pre-defined operand that has been previously unregistered.  
Public Methodstatic (Shared in Visual Basic)ResetOverloaded. Resets the list of registered operands to the default state.  
Public Methodstatic (Shared in Visual Basic)UnregisterUnregisters a user-defined operand. This method can also be used to unregister built-in operands as well.  
See Also