In the documentation for Date and Time Variables the example states: To exemplify how you can work with a date and time variable, we are going to build an automation that gets the current date and time, subtracts a specific amount of time and writes the result to a Microsoft Excel spreadsheet.
ok so part of the steps are the following"
7.Add another Assign activity under the previous one.
8.In the Properties panel, in the To field, add the timLastTime variable.
9.In the Value field, type timToday.Subtract(timSpan). This is going to subtract the default value of the timSpan variable from the current date and time, stored in the timToday variable
When I do step 9 I get a message saying "Substract is not a member of UIPath .Core.GenericValue,
Could someone help?
Thanks in advance!
Ingrid