PartKeepr\StockBundle\Entity\StockEntry::getDateTime PHP Method

getDateTime() public method

Returns the date+time when the record was created.
public getDateTime ( ) : DateTime
return DateTime The date+time when the record was created
    public function getDateTime()
    {
        return $this->dateTime;
    }