Skip to main content
Module

x/mongo/mod.ts>Timestamp.fromInt

MongoDB driver for Deno
Extremely Popular
Go to Latest
method Timestamp.fromInt
Re-export
import { Timestamp } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Returns a Timestamp represented by the given (32-bit) integer value.

Parameters

value: number

Returns

Timestamp