method default.prototype.setMillisecondsimport { default } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts"; setMilliseconds(n: number): DurationSet milliseconds of the duration. Parametersn: numberNumber of milliseconds to set. ReturnsDurationThe updated duration.