fetchMonth method
Implementation
int fetchMonth(CalendarType calendarType) {
if (calendarType == CalendarType.persian) {
return Jalali.fromDateTime(this).month;
}
return month;
}
int fetchMonth(CalendarType calendarType) {
if (calendarType == CalendarType.persian) {
return Jalali.fromDateTime(this).month;
}
return month;
}