Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XSimpleFileAccess.java356 partResult = (fTime.Month == lastMod.getMonth()); in _getDateTimeModified()
359 log.println("Expected: "+lastMod.getMonth()); in _getDateTimeModified()
/aoo41x/main/forms/qa/integration/forms/
H A DDateValidator.java93 int todaysMonth = new java.util.Date().getMonth(); in isNextMonthsDate()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DDateValidator.java92 int todaysMonth = new java.util.Date().getMonth(); in isNextMonthsDate()
/aoo41x/main/scaddins/source/analysis/
H A Danalysishelper.hxx972 inline sal_uInt16 getMonth() const { return nMonth; }; in getMonth() function in ScaDate
H A Danalysishelper.cxx1423 … sal_uInt16 nMonths = (aMat.getYear() - aDate.getYear()) * 12 + aMat.getMonth() - aDate.getMonth(); in GetCoupnum()

Completed in 37 milliseconds