public function Diff(Zeitpunkt $other)
 {
     return abs($this->InSeconds() - $other->InSeconds());
 }