<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

MonthOfCondition

Use a MonthOfCondition in a Query to compare DateTime against a string value that becomes enumerated over MonthOf|1 through MonthOf|12.
public MonthOfConditionEnum Operator { get; set; }

Gets or sets the comparison operator.

public Month Value { get; set; }

Gets or sets the value to be compared against the Field.

public MonthOfCondition(string field, MonthOfConditionEnum op, Month value)

Initializes a new instance of the MonthOfCondition class.

public MonthOfCondition(int artifactID, MonthOfConditionEnum op, Month value)

Initializes a new instance of the MonthOfCondition class.

Initializes a new instance of the MonthOfCondition class.

Initializes a new instance of the MonthOfCondition class.