eZ\Publish\Core\FieldType\Time\Value::__construct PHP Method

__construct() public method

Construct a new Value object and initialize it with $seconds as number of seconds from beginning of day.
public __construct ( mixed $seconds = null )
$seconds mixed
    public function __construct($seconds = null)
    {
        $this->time = $seconds;
    }