Gets a clone of the proxied PHP \DateTime object wrapped by this class.
\DateTime A clone of the wrapped PHP \DateTime object.
public function getPhpDateTime() { return clone $this->dateTimeObject; }