Represents a filter which can filter in date cells if the dates occur between the start of the current year and the time when the filter is evaluated.
Inheritance
Properties
Section titled "Properties"Inherited from: DateRangeFilter
Gets the exclusive end date of the filtered in date range.
public DateTime End { get; } Start
Section titled "Start"Inherited from: DateRangeFilter
Gets the inclusive start date of the filtered in date range.
public DateTime Start { get; }