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.

YearToDateFilter

new YearToDateFilter(a: number, b: IFilterable): YearToDateFilter

Returns YearToDateFilter

$t: Type

Inherited from: DateRangeFilter

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

get end(): Date

Returns Date

Inherited from: DateRangeFilter

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

get start(): Date

Returns Date