How I can set time in format “hh:mm:ss”?
Now.ToString(“hh:mm:ss”) don’t work.
Now I get “hh:mm:ss:ms”
1 Like
so are trying to assign a string to DATE variable
actually hh:mm:ss is a timespan variable
here variable1 is of type System.TimeSpan
Cheers @RPA3
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.