setTimeCreated() public method

Set time created
public setTimeCreated ( DateTime $datetime ) : Newscoop\Entity\Comment\Commenter
$datetime DateTime
return Newscoop\Entity\Comment\Commenter
 public function setTimeCreated(\DateTime $p_datetime)
 {
     $this->__load();
     return parent::setTimeCreated($p_datetime);
 }