<PackageReference Include="Relativity.API" Version="20.0.0" />

MonthOfDateCondition

Builds a condition that returns a result if the Month of date value matches.
public int Month { get; }

The month to be matched on the date field.

public MonthOfDateCondition(IFieldRef fieldRef, int month)

Filters a field identified by IFieldRef where the month of the date is equal to the value.

public MonthOfDateCondition(string fieldName, int month)

Filters a field identified by name where the month of the date is equal to the value.

public MonthOfDateCondition(Guid fieldGuid, int month)

Filters a field identified by Guid where the month of the date is equal to the value.