PartKeepr\CoreBundle\Entity\SystemNotice::setDate PHP Method

setDate() public method

Sets the date and time for this entry.
public setDate ( DateTime $date )
$date DateTime The date and time
    public function setDate(\DateTime $date)
    {
        $this->date = $date;
    }