Enumeration of the supported ways a date comparison can be evaluated.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public enum DateComparisonType
 Members
 Members| Member | Description | 
|---|---|
| DateEquals | |
| DateGreaterThan | |
| DateGreaterThanEquals | |
| DateLessThan | |
| DateLessThanEquals | |
| DateNotEquals |