Represents a filter which can filter dates in a specific period.
Constructors
Section titled "Constructors"DatePeriodFilter
new DatePeriodFilter(a: IFilterable, b: DatePeriodFilterType, c: number): DatePeriodFilter Returns DatePeriodFilter
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"Gets or sets the type of date period to filter in. Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.
get type(): DatePeriodFilterType
Returns DatePeriodFilterType
value
Section titled "value"Gets or sets the 1-based value of the month or quarter to filter in.
get value(): number
Returns number
set value(a: number): void Parameters
- a:
number
Returns void