setTimeCreated() public method

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