Expression Language Reference
    Preparing search index...
    • Calculates the number of days between two dates based on a 360-day year.

      Category: Date and time

      Parameters

      • start_date: any

        A date that represents the start date. If start_date occurs after end_date, the DAYS360 function returns a negative number.

      • end_date: any

        A date that represents the end date.

      • method: any

        Optional. A logical value that specifies whether to use the U.S. or European method in the calculation.

      Returns number | Error