getYear static method
Implementation
static getYear(int month) {
final year = CalendarUtils.getPartByInt(format: PartFormat.YEAR);
return year;
}
static getYear(int month) {
final year = CalendarUtils.getPartByInt(format: PartFormat.YEAR);
return year;
}