Version

FilterExpressionWrapperType Enumeration

Identifies the type of wrapper expression.
Syntax
'Declaration
 
Public Enum FilterExpressionWrapperType 
   Inherits System.Enum
public enum FilterExpressionWrapperType : System.Enum 
Members
MemberDescription
LastMonthA wrapper for the LastMonth expression.
LastQuarterA wrapper for the LastQuarter expression.
LastWeekA wrapper for the LastWeek expression.
LastYearA wrapper for the LastYear expression.
NextMonthA wrapper for the NextMonth expression.
NextQuarterA wrapper for the NextQuarter expression.
NextWeekA wrapper for the NextWeek expression.
NextYearA wrapper for the NextYear expression.
Q1A wrapper for the Q1 expression.
Q2A wrapper for the Q2 expression.
Q3A wrapper for the Q3 expression.
Q4A wrapper for the Q4 expression.
ThisMonthA wrapper for the ThisMonth expression.
ThisQuarterA wrapper for the ThisQuarter expression.
ThisWeekA wrapper for the ThisWeek expression.
ThisYearA wrapper for the ThisYear expression.
TodayA wrapper for the Today expression.
TomorrowA wrapper for the Tomorrow expression.
YearToDateA wrapper for the YearToDate expression.
YesterdayA wrapper for the Yesterday expression.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also