'Declaration Public Enum DateFilterConditions Inherits System.Enum
public enum DateFilterConditions : System.Enum
Member | Description |
---|---|
After | Leave only the labels whose date value is after a specific date. |
AfterOrEquals | Leave only the labels whose date value is after or equals to a specific date. |
Before | Leave only the labels whose date value is before a specific date. |
BeforeOrEquals | Leave only the labels whose date value is before or equals to a specific date. |
Between | Leave only the labels whose date value is between two specified dates. |
DoesNotEqual | Leave only the labels whose date value excludes a specific date. |
Equals | Leave only the labels whose date value includes a specific date. |
NotBetween | Leave only the labels whose date value is not between two specified dates. |
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