Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Adds the value represented by the duration expression to the datetime_string. SyntaxISOAddDuration(datetime_string, duration)
Arguments
datetime_string - string expression in ISO 8601 format. duration - duration string expression in ISO 8601 format. See https://en.wikipedia.org/wiki/ISO_8601#DurationsExamples
ISOAddDuration('2007-03-05T03:05:03.000Z', 'P1D') returns 2007-03-06T03:05:03.000Z