Defines the types of comparison operators available for the DateTime field type
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
EqualTo | 0 | Equal To Condition | |
IsSet | 1 | Is Set Condition | |
LessThan | 2 | Less Than Condition | |
GreaterThan | 3 | Greater Than Condition | |
GreaterThanEqualTo | 4 | Greater Than Equal To Condition | |
LessThanEqualTo | 5 | Less Than Equal To Condition | |
Between | 6 | Between Condition |
See Also