experimental.addDuration() function

    The experimental.addDuration() function adds a duration to a time value and returns the resulting time value.

    This function will be removed once duration vectors are implemented. See influxdata/flux#413.

    *Data type: Duration*

    *Data type: Time*

    Examples

    1. import "experimental"
    2. experimental.addDuration(
    3. )

    Related articles