Google\Cloud\BigQuery\Timestamp::__construct PHP Méthode

__construct() public méthode

public __construct ( DateTimeInterface $value )
$value DateTimeInterface The timestamp value.
    public function __construct(\DateTimeInterface $value)
    {
        $this->value = $value;
    }