Searched defs:_month (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java400 * @param _month the month (1 = JAN, 12 = DEC)
403 RRule(int _month, int _date) { argument
405 month = _month;
411 * @param _month the month (1 = JAN, 12 = DEC)
415 RRule(int _month, int _dayOfWeek, int _week) { argument
417 month = _month;

Completed in 41 milliseconds