How can we use SETTIME function in vFlow?

“How to use the SETTIME function?”

We can set time with the help of the SETTIME function.
We can give any of the hardcoded or dynamic values

SETTIME(timepath,addorsubtract?,hour?,min?)
Example →
SETTIME(“12:41:31”,‘add’,‘1’,‘9’) → “13:50”
SETTIME(“12:41:31”,'subtract,‘2’,‘1’) => “10:40”


image