Forum Discussion
1 Reply
- tristaanogreEsteemed ContributorCurrently, 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.