Version

DateFilterConditions Enumeration

An Enumeration with the possible condition for a date filter.
Syntax
'Declaration
 
Public Enum DateFilterConditions 
   Inherits System.Enum
public enum DateFilterConditions : System.Enum 
Members
MemberDescription
AfterLeave only the labels whose date value is after a specific date.
AfterOrEqualsLeave only the labels whose date value is after or equals to a specific date.
BeforeLeave only the labels whose date value is before a specific date.
BeforeOrEqualsLeave only the labels whose date value is before or equals to a specific date.
BetweenLeave only the labels whose date value is between two specified dates.
DoesNotEqualLeave only the labels whose date value excludes a specific date.
EqualsLeave only the labels whose date value includes a specific date.
NotBetweenLeave only the labels whose date value is not between two specified dates.
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