Expression Language Reference
    Preparing search index...
    • Returns the serial number of the date before or after a specified number of workdays.

      Category: Date and time

      Parameters

      • start_date: any

        A date that represents the start date.

      • days: any

        The number of nonweekend and nonholiday days before or after start_date. A positive value for days yields a future date; a negative value yields a past date.

      • holidays: any

        Optional. An optional list of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. The list can be either a range of values that contain the dates or an array constant of the serial numbers that represent the dates.

      Returns any