public DayOfWeek plus (long days)

Returns the day-of-week that is the specified number of days after this one.

The calculation rolls around the end of the week from Sunday to Monday. The specified period may be negative.

This instance is immutable and unaffected by this method call.

Parameters:
days    the days to add, positive or negative

Returns:  the resulting day-of-week, not null