Hex Core JS
    Preparing search index...

    Function addDurationToDate

    • Returns a dayjs object which is the result of adding a specified duration to a given date.

      Parameters

      • date: DateTime

        The initial date time object.

      • duration: DurationObject

        An object specifying the desired change in time.

      Returns Dayjs