<PackageReference Include="Relativity.Other" Version="10.3.107.60" />

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)