<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="5000.1.1" />

CriteriaDateCondition

The CriteriaDateCondition class.
public Month Month { get; set; }

The DateTimeRange for a Saved Search DateTimeCondtion

public CriteriaDateConditionEnum Operator { get; set; }

Gets or sets the comparison operator.

CriteriaDateCondition default constructor.

public CriteriaDateCondition(FieldRef fieldIdentifier, CriteriaDateConditionEnum op, object value)

Initializes a new instance of the CriteriaDateCondition class.

public CriteriaDateCondition(FieldRef fieldIdentifier, CriteriaDateConditionEnum op, DateTimeRange dateTimeRange)

Initializes a new instance of the CriteriaDateCondition class.

public CriteriaDateCondition(FieldRef fieldIdentifier, CriteriaDateConditionEnum op, DateTimeRange dateTimeRange, Month month = 0)

Initializes a new instance of the CriteriaDateCondition class.

Initializes a new instance of the CriteriaDateCondition class.