String getMonthName(bool isJalali){ if(isJalali) return this.jalaliMonthName; else return this.gregorianMonthName; }