in src/datetime/_Private/HasParts.php [75:86]
final public function withYear(int $year): DateTime\Builder<T> {
return static::builderFromParts(
$this->timezone,
$year,
$this->month,
$this->day,
$this->hours,
$this->minutes,
$this->seconds,
$this->nanoseconds,
);
}