EqualsDateValue method: SearchFilterGenerator class
Syntax
EqualsDateValue(srch_field, date)
Description
Use the EqualsDateValue method to generate a date filter on the specified search field for dates 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