Skip to main content

DateTimeArrayFilterItem

The DateTimeArrayFilterItem class extends ArrayFilterItem as ArrayFilterItem<DateTime> and represents a filter criterion for an array of DateTime values.

Properties

NameDescription
NotIndicates whether the filter condition should be negated.
TypeThe type of filtering applied.
ColumnThe name of the column to be filtered.
ValueThe type of filtering applied.
ItemTypeThe type of the filter item.

Constructors

NameDescription
FilterItem(column, not, type, value)Initializes a new instance of the FilterItem<T> class.

Generic Types

NameDescription
TGeneric type of value property.