public LocalDateTime plusMinutes (long minutes)

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

This instance is immutable and unaffected by this method call.

Parameters:
minutes    the minutes to add, may be negative

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

Exceptions:
DateTimeException    if the result exceeds the supported date range