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

/haiku/src/kits/support/
H A DDateTime.cpp591 if (day < 1 || day > _DaysInMonth(year, month))
694 fDay = min_c(fDay, _DaysInMonth(fYear, fMonth));
728 fDay = min_c(fDay, _DaysInMonth(fYear, fMonth));
936 return _DaysInMonth(fYear, fMonth);
1197 BDate::_DaysInMonth(int32 year, int32 month) function in class:BPrivate::BDate
/haiku/headers/os/support/
H A DDateTime.h163 static int32 _DaysInMonth(int32 year, int32 month);

Completed in 38 milliseconds