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

__construct() public method

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