DateTimeImmutable::setTime
PHP 5 >= 5.5.0, PHP 7, PHP 8
DateTimeImmutable::setTime - Sets the time
Manual
DateTimeImmutable::setTime(
int$hour,
int$minute,
[int$second = 0],
[int$microsecond = 0]
): public DateTimeImmutable
int$hour,
int$minute,
[int$second = 0],
[int$microsecond = 0]
): public DateTimeImmutable
Like DateTime::setTime but works with DateTimeImmutable.