Forum Discussion

euro's avatar
euro
New Contributor
14 years ago

create a project variable of type date and time



Hi,



i want to create project variable of type date and time. anyone please help

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed 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.