DateTimeOffsetArrayFilterItem
The DateTimeOffsetArrayFilterItem
class extends ArrayFilterItem as ArrayFilterItem<DateTimeOffset>
and represents a filter criterion for an array of DateTimeOffset
values.
Properties
Name | Description |
---|
Not | Indicates whether the filter condition should be negated. |
Column | The name of the column to be filtered. |
Type | The type of filtering applied. |
Value | The type of filtering applied. |
ItemType | The type of the filter item. |
Constructors
Generic Types
Name | Description |
---|
T | Generic type of value property. |