/**
  * @return bool
  */
 public function isValid()
 {
     return $this->dateConverter->isValid($this->rawValue);
 }