Add Seconds
This post is referring to Vahana 2 (beta version). To check the document for production, please go to vDesigner-v1.0
This function adds a value in seconds to a specific time. For instance, assume you add 25 seconds to the 2:10:12 time by using the ADDSECONDS() function. When the ADDSECONDS() function is executed, it will return 2:10:37 as the value of time after it adds 25 seconds to the 2 hours, 10 minutes, and 12 seconds.
You can use the ADDSECONDS() function as follows:
To use the ADDSECONDS function:
- Click in the smart selector to display the Search box.
- In the Search box, enter addseconds to display the ADDSECONDS function.
- In the list, select the ADDSECONDS function to display it with the time, format, and seconds parameters.
- In the ADDSECONDS function, click the time parameter to display the Search box.
- In the Search box, enter static to display the Static function.
- In the list, select the Static function to display it with the value and String parameters.
- In the Static function, click the value parameter and then enter a time (for example, 2:10:12) in hh:mm:ss format.
Note:- The 2:10:12 value specifies the time with 2 hours, 10 minutes, and 12 seconds.
- In the ADDSECONDS function, click the format parameter and then enter hh:mm:ss in the place of the format parameter.
- In the ADDSECONDS function, click the seconds parameter to display the Search box.
- In the Search box, enter static to display the Static function.
- In the list, select the Static function.
- In the Static function, click the value parameter, and then enter a numeric value (for example, 25) that you want to add to the earlier defined value of time (for example, 2:10:12) in the first parameter.
Was this article helpful?
YesNo