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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java38 public static final int MONTHLY = 6; field in class:EventRecurrence
122 sParseFreqMap.put("MONTHLY", MONTHLY);
343 case MONTHLY:
344 s.append("MONTHLY");
418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month).
420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month),
423 * Rules that fire every week, such as "FREQ=MONTHLY;BYDAY=TU" (every Tuesday of every
430 if (this.freq != MONTHLY) {
557 * FREQ=MONTHLY;INTERVA
[all...]

Completed in 59 milliseconds