Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodb/deps.ts>Bson.Timestamp.fromInt

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method Bson.Timestamp.fromInt
import { Bson } from "https://deno.land/x/denodb@v1.1.0/deps.ts";
const { Timestamp } = Bson;

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

Parameters

value: number