kaven-basic - v6.0.0
    Preparing search index...

    Function AddMinutes

    • Adds the specified number of minutes to a given date.

      Parameters

      • date: Date

        The original Date object to which minutes will be added.

      • minutes: number

        The number of minutes to add to the date.

      Returns Date

      A new Date object with the added minutes.