Searched refs:todaysOverallMonth (Results 1 – 2 of 2) sorted by relevance
94 int todaysOverallMonth = todaysYear * 12 + todaysMonth; in isNextMonthsDate() local96 return overallMonth == todaysOverallMonth; in isNextMonthsDate()
95 int todaysOverallMonth = todaysYear * 12 + todaysMonth; in isNextMonthsDate() local97 return overallMonth == todaysOverallMonth; in isNextMonthsDate()
Completed in 10 milliseconds