| Modifier and Type | Method and Description | 
|---|---|
| static List<Month> | getMonthList(Year year,
            YearMonth minYearMonth,
            YearMonth maxYearMonth) | 
public static List<Month> getMonthList(Year year, YearMonth minYearMonth, YearMonth maxYearMonth)
Months of a specified Year. An optional
 min YearMonth and max YearMonth will truncate the list of
 Month.
 E.g.:
 Copyright © 2002–2017 SoftSmithy. All rights reserved.