Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/durationjs/src/duration.ts>Duration#setSeconds

Get the formated time duration
Latest
method Duration.prototype.setSeconds
import { Duration } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts";

Set seconds of the duration.

Parameters

n: number

Number of seconds to set.

Returns

The updated duration.