adjusted

fun adjusted(index1: Int): Month

Gets the Month from a month index where January=1 wrapping the index to valid values.

For example 0 and 12=December, 1 and 13=January, -1 and 11=November.