PartKeepr\StatisticBundle\Entity\StatisticSnapshot::getDateTime PHP Method

getDateTime() public method

Returns the date+time for the snapshot.
public getDateTime ( ) : DateTime
return DateTime The date+time for the snapshot
    public function getDateTime()
    {
        return $this->dateTime;
    }