Home
last modified time | relevance | path

Searched refs:_nMonth (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/connectivity/source/commontools/
H A Ddbconversion.cxx195 static sal_Int32 implDaysInMonth(sal_Int32 _nMonth, sal_Int32 _nYear) in implDaysInMonth() argument
197 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