class Timestamp
extends LongWithoutOverridesClass
import { Timestamp } from "https://deno.land/x/web_bson@v0.2.5/src/timestamp.ts";
Methods
toJSON(): { $timestamp: string; }
[Symbol.for("Deno.customInspect")](): string
Static Methods
Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits.
Returns a Timestamp represented by the given (32-bit) integer value.
fromNumber(value: number): Timestamp
Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned.
fromString(str: string, optRadix: number): Timestamp
Returns a Timestamp from the given string, optionally using the given radix.