Function dateAdd

  • Adds the specified number of "date parts" to a date, e.g. 6 days

    Returns

    The new date

    Parameters

    • datePart: DatePart

      The part of the date that will be added

    • number: number

      The total number of "dateParts" to add to the date

    • date: Date

      The date on which to add

    Returns any

Generated using TypeDoc