Represents a filter which can filter date cells based on dates relative to the when the filter was applied.
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; } Duration
Section titled "Duration"Gets or sets the duration of the full range of accepted dates.
public RelativeDateRangeDuration Duration { get; set; } Offset
Section titled "Offset"Gets or sets the offset of relative filter (previous, current, or next).
public RelativeDateRangeOffset Offset { get; set; }