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

    Function AddSeconds

    • Adds a specified number of seconds to a given date.

      Parameters

      • date: Date

        The original Date object to which seconds will be added.

      • seconds: number

        The number of seconds to add to the date.

      Returns Date

      A new Date object with the specified number of seconds added.