Abstract base class for filters which filter dates based on whether they are within a specified range of dates or not.

Classes that extend this class.

Derived Classes

Gets the exclusive end date of the filtered in date range.

public DateTime End { get; }

Gets the inclusive start date of the filtered in date range.

public DateTime Start { get; }