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. |
| Type | The type of filtering applied. |
| Column | The name of the column to be filtered. |
| Value | The type of filtering applied. |
| ItemType | The type of the filter item. |
Constructors
Generic Types
| Name | Description |
|---|
| T | Generic type of value property. |