To return a DateTime data type value corresponding to seconds added to a DateTime value.
TAdd(datetime-expression , numeric-expression)
Type Returned:
Datetime
Returns a DateTime value corresponding to numeric-expression seconds and milliseconds added to the datetime expression datetime-expression.
You want to add 10 seconds to a datetime variable.
&tadd=tadd(now(), 10)
You want to add 10 seconds with 230 milliseconds to a datetime variable that supports Milliseconds
&tadd=tadd(now(), 10.230)
Objects: Procedures, Transactions, Web Panels
Languages: Web(.NET, Java), Smart Devices (Android, iOS)
TDiff Function
AddSeconds Method
|