Class BigQueryTimestamp (6.2.1)

Timestamp class for BigQuery.

Package

@google-cloud/bigquery

Constructors

(constructor)(value)

constructor(value: Date | PreciseDate | string | number);

Constructs a new instance of the BigQueryTimestamp class

Parameter
NameDescription
value Date | PreciseDate | string | number

Properties

value

value: string;

Methods

fromFloatValue_(value)

fromFloatValue_(value: number): PreciseDate;
Parameter
NameDescription
value number
Returns
TypeDescription
PreciseDate