Google\Cloud\BigQuery\Date::__construct PHP Метод

__construct() публичный Метод

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