Function dateAdjustHoursBy

  • Adjusts the given date by the specified number of hours.

    Parameters

    • date: number | Date

      The date to adjust, represented as an integer or Date instance.

    • hours: number

      The number of hours. Decimal points and negative values are accepted.

    Returns number

    The adjusted date, represented as a number.

Generated using TypeDoc