/**
  * @param Date $date
  * @return bool
  */
 public function OccursOn(Date $date)
 {
     return $this->Date->OccursOn($date);
 }