of

public static Month of(int month)

Creates an instance by the passed number.


public static Month of(LocalDate date)

Obtains the month of the passed date.


public static Month of(Month month)

Converts the passed Java Time value.