Version

DateTimeFilterRules Enumeration

Allowable values for the RuleDateNode.Rule property
Syntax
'Declaration
 
Public Enum DateTimeFilterRules 
   Inherits System.Enum
public enum DateTimeFilterRules : System.Enum 
Members
MemberDescription
AfterAfter
AllAll
BeforeBefore
DoesNotEqualDoes not equal
EqualsEquals
IsNotNullAll values which are not null
IsNullAll null values
LastMonthLast month
LastQuarterLast quarter
LastWeekLast week
LastYearLast year
NextMonthNext month
NextQuarterNext quarter
NextWeekNext week
NextYearNext year
ThisMonthThis month
ThisQuarterThis quarter
ThisWeekThis week
ThisYearThis year
TodayToday
TomorrowTomorrow
YearToDateYear to date
YesterdayYesterday
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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