Represents a filter which can filter date cells based on dates relative to the when the filter was applied.
Constructors
Section titled "Constructors"RelativeDateRangeFilter
new RelativeDateRangeFilter(a: number, b: IFilterable, c: RelativeDateRangeOffset, d: RelativeDateRangeDuration): RelativeDateRangeFilter Returns RelativeDateRangeFilter
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"duration
Section titled "duration"Gets or sets the duration of the full range of accepted dates.
get duration(): RelativeDateRangeDuration
Returns RelativeDateRangeDuration
Inherited from: DateRangeFilter
Gets the exclusive end date of the filtered in date range.
get end(): Date
Returns Date
offset
Section titled "offset"Gets or sets the offset of relative filter (previous, current, or next).
get offset(): RelativeDateRangeOffset
Returns RelativeDateRangeOffset
start
Section titled "start"Inherited from: DateRangeFilter
Gets the inclusive start date of the filtered in date range.
get start(): Date
Returns Date