Time in format "hh:mm:ss"

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”

Hi

this would actually work
may i know the issue you were facing with this syntax

Cheers @RPA3

Безымянный

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.