EqualsDate method: SearchFilterGenerator class
Syntax
EqualsDate(srch_field, datetime)
Description
Use this method to generate a datetime filter on the specified search field for dates equal to the specified value.
Note:
The EqualsDate method is equivalent to the EqualsDateTime 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