public LocalDateTime plus(TemporalAmount amountToAdd)
Returns a new LocalDateTime instance with the specified amount added to this local date instance. Like all other operations, the original instance remains unchanged.
This method returns a new instance of LocalDateTime, with the provided amount, per provided unit, added to this instance. The original instance is not changed.