<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

CriteriaDateCondition

Represents class for date condition.
public Month Month { get; set; }

Gets or sets the DateTimeRange for a Saved Search DateTimeCondtion.

public DateConditionOperator Operator { get; set; }

Gets or sets the comparison operator.

Initializes a new instance of the CriteriaDateCondition class.

public CriteriaDateCondition(NamedArtifact fieldIdentifier, DateConditionOperator op, object value)

Initializes a new instance of the CriteriaDateCondition class.

public CriteriaDateCondition(NamedArtifact fieldIdentifier, DateConditionOperator op, DateTimeRange dateTimeRange, Month month = 0)

Initializes a new instance of the CriteriaDateCondition class.