BigQuery Client - Class Timestamp (1.30.1)

Reference documentation and code samples for the BigQuery Client class Timestamp.

Represents a value with a data type of Timestamp.

Example:

use Google\Cloud\BigQuery\BigQueryClient;

$bigQuery = new BigQueryClient();

$timestamp = $bigQuery->timestamp(new \DateTime('2003-02-05 11:15:02.421827Z'));

Namespace

Google \ Cloud \ BigQuery

Methods

__construct

Parameter
Name Description
value DateTimeInterface

The timestamp value.

get

Get the underlying \DateTimeInterface implementation.

Returns
Type Description
DateTimeInterface

type

Get the type.

Returns
Type Description
string

formatAsString

Format the value as a string.

Returns
Type Description
string

__toString

Format the value as a string.

Returns
Type Description
string

Constants

FORMAT

Value: 'Y-m-d H:i:s.uP'