Searched refs:daysInMonth (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DCalendarView.cpp810 const int32 daysInMonth = startOfMonth.DaysInMonth(); local
816 else if (dayOffset >= firstDayOffset + daysInMonth)
895 const int32 daysInMonth = startOfMonth.DaysInMonth(); local
911 else if (counter >= firstDayOffset + daysInMonth)
919 && counter < firstDayOffset + daysInMonth
/haiku/src/kits/support/
H A DDateTime.cpp1202 const int32 daysInMonth[12] = local
1205 return daysInMonth[month -1];

Completed in 37 milliseconds