bool isThisMonth() { final Jalali now = Jalali.now(); return year == now.year && month == now.month; }