Skip to main content
Module

x/durationjs/mod.ts>Duration#addMicroseconds

Get the formated time duration
Go to Latest
method Duration.prototype.addMicroseconds
import { Duration } from "https://deno.land/x/durationjs@v4.1.0/mod.ts";

Add more microseconds to the duration.

Parameters

n: number

Number of microseconds to add.

Returns

The updated duration.