Skip to main content
Module

x/web_bson/mod.js>Timestamp.fromBits

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Timestamp.fromBits
import { Timestamp } from "https://deno.land/x/web_bson@v0.3.0/mod.js";

Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits.

Parameters

lowBits: number
  • the low 32-bits.
highBits: number
  • the high 32-bits.