StringDateToDatetime method: SearchFilterGenerator class
Syntax
StringDateToDatetime(str_date)
Description
Use this method to convert a string value representing a date to datetime value. The time portion of the value is set to 12:00:00.
Parameters
| Parameter | Description |
|---|---|
|
str_date |
Specifies the string value representing a date to be converted. |
Returns
A datetime value.
Related Topics