public LocalDateTime plusHours (long hours)

Returns a copy of this LocalDateTime with the specified number of hours added.

This instance is immutable and unaffected by this method call.

Parameters:
hours    the hours to add, may be negative

Returns:  a LocalDateTime based on this date-time with the hours added, not null

Exceptions:
DateTimeException    if the result exceeds the supported date range