Skip to main content
Module

x/atlas_sdk/deps.ts>Timestamp.fromBits

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Timestamp.fromBits
import { Timestamp } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";

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.