Expression Language Reference
    Preparing search index...
    • Returns the serial number of the date before or after a specified number of workdays using parameters to indicate which and how many days are weekend days.

      Category: Date and time

      Parameters

      • start_date: any

        The start date, truncated to integer.

      • days: any

        The number of workdays before or after the start_date. A positive value yields a future date; a negative value yields a past date; a zero value yields the start_date. Day-offset is truncated to an integer.

      • weekend: any

        Optional. Indicates the days of the week that are weekend days and are not considered working days. Weekend is a weekend number or string that specifies when weekends occur. Weekend number values indicate the following weekend days:

      • holidays: any

        Optional. An optional set of one or more dates that are to be excluded from the working day calendar. Holidays shall be a range of values that contain the dates, or an array constant of the serial values that represent those dates. The ordering of dates or serial values in holidays can be arbitrary.

      Returns any