Skip to main content
Module

x/web_bson/mod.js>Timestamp.fromString

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

Returns a Timestamp from the given string, optionally using the given radix.

Parameters

str: string
  • the textual representation of the Timestamp.
optRadix: number
  • the radix in which the text is written.