Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Currently, you cannot create a variable of type "datetime".
However, you can create a project variable in the temporary section of type "object" that you can then assign a datetime object to... or, you can write it to a string variable and, when calling it, use aqConvert.StrToDateTime to convert it to a DateTime format.
However, you can create a project variable in the temporary section of type "object" that you can then assign a datetime object to... or, you can write it to a string variable and, when calling it, use aqConvert.StrToDateTime to convert it to a DateTime format.