NotEqualsDateTime method: SearchFilterGenerator class
Syntax
NotEqualsDateTime(srch_field, datetime)
Description
Use the NotEqualsDateTime method to generate a datetime filter on the specified search field for dates not equal to the specified value.
Note:
The NotEqualsDateTime method is equivalent to the NotEqualsDate method.
Parameters
| Parameter | Description |
|---|---|
|
srch_field |
Specifies the search field name as a string. |
|
datetime |
Specifies the date as a datetime value. |
Returns
None.
Related Topics