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