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

DateConstantOperand

public class DateConstantOperand
public enum DateToken

public DateTime DateValue { get; }

public bool IsDateOnly { get; }

public bool IsToken { get; }

public bool IsUtc { get; }

public bool UpperBoundIsInclusive { get; }

public DateConstantOperand(DateToken token, bool isUtc)

public DateConstantOperand(DateTime d, bool isDateOnly)

public DateConstantOperand(DateTime d, bool isDateOnly, bool isUtc)

public DateTime[] GetDateRange(bool useUtc)