Searched refs:DaysInMonth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/shared/
H A DDateTimeEdit.cpp637 int32 days = fDate.DaysInMonth();
658 while (day > fDate.DaysInMonth())
687 int32 days = fDate.DaysInMonth();
H A DCalendarView.cpp580 if (oldDay > date.DaysInMonth())
581 date.SetDay(date.DaysInMonth());
810 const int32 daysInMonth = startOfMonth.DaysInMonth();
895 const int32 daysInMonth = startOfMonth.DaysInMonth();
902 const int32 lastDayBefore = lastDayInMonthBefore.DaysInMonth();
955 const int32 daysMonth = startOfMonth.DaysInMonth();
/haiku/headers/os/support/
H A DDateTime.h136 int32 DaysInMonth() const;
/haiku/src/kits/support/
H A DDateTime.cpp931 BDate::DaysInMonth() const function in class:BPrivate::BDate

Completed in 40 milliseconds