Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method default.prototype.setMicroseconds
import { default } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts";

Set microseconds of the duration.

Parameters

n: number

Number of microseconds to set.

Returns

The updated duration.