How to append timestamp particularly hours and sec at the end of the file name ?
Ex
Test1.png want the file to be saved as Test1_15:30.png
In assign = variable1.ToShortTimeString
Output shows as 15:30 in message box. Updating the same at the end of the file name like - SSFileName+“_”+variable1+“.png”
getting out as Test1_15