/**
  * @return TimeList
  **/
 public function clean()
 {
     parent::clean();
     $this->value = array();
     return $this;
 }