Enum DateConditionOperator
Defines the types of comparison operators available against Criteria Date Conditions.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum DateConditionOperatorFields
| Name | Description | 
|---|---|
| Between | Between condition | 
| In | In condition | 
| Is | Is condition | 
| IsAfter | Is After condition | 
| IsAfterOrOn | Is After Or On condition | 
| IsBefore | Is Before condition | 
| IsBeforeOrOn | Is Before Or On condition | 
| IsSet | Is Set condition | 
| Unknown | Unknown operator. |