value = $value; parent::__construct($style); } public function getValue(): DateTimeInterface { return $this->value; } }