Searched refs:_nMonth (Results 1 – 1 of 1) sorted by relevance
195 static sal_Int32 implDaysInMonth(sal_Int32 _nMonth, sal_Int32 _nYear) in implDaysInMonth() argument197 OSL_ENSURE(_nMonth > 0 && _nMonth < 13,"Month as invalid value!"); in implDaysInMonth()198 if (_nMonth != 2) in implDaysInMonth()199 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()203 return aDaysInMonth[_nMonth-1] + 1; in implDaysInMonth()205 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
Completed in 14 milliseconds