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.

Inherited from: DateRangeFilter

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

public DateTime End { get; }

Inherited from: DateRangeFilter

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

public DateTime Start { get; }