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