Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Bson.Timestamp.fromInt
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Timestamp } = Bson;

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

Parameters

value: number