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

    Function AddHours

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

      Parameters

      • date: Date

        The original Date object to which hours will be added.

      • hours: number

        The number of hours to add to the date.

      Returns Date

      A new Date object with the added hours.