Represents a filter which can filter date cells based on dates relative to the when the filter was applied.

RelativeDateRangeFilter

new RelativeDateRangeFilter(a: number, b: IFilterable, c: RelativeDateRangeOffset, d: RelativeDateRangeDuration): RelativeDateRangeFilter

Returns RelativeDateRangeFilter

$t: Type
duration: RelativeDateRangeDuration
offset: RelativeDateRangeOffset

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