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