Abstract base class for filters which filter dates based on whether they are within a specified range of dates or not.
Inheritance
Classes that extend this class.
Derived ClassesProperties
Section titled "Properties"Gets the exclusive end date of the filtered in date range.
public DateTime End { get; } Start
Section titled "Start"Gets the inclusive start date of the filtered in date range.
public DateTime Start { get; }