Google\Cloud\BigQuery\Date::__construct PHP Method

__construct() public method

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