Home | History | Annotate | Download | only in utility

Lines Matching refs:byDay

379                 return "FREQ=YEARLY;BYMONTH=" + month + ";BYDAY=" + week +
936 rrule.append(";BYDAY=");
964 * Generate the String version of the EAS integer for a given BYDAY value in an rrule
965 * @param dow the BYDAY value of the rrule
1056 String byDay = tokenFromRrule(rrule, "BYDAY=");
1057 if (byDay != null) {
1058 s.data(Tags.CALENDAR_RECURRENCE_DAYOFWEEK, generateEasDayOfWeek(byDay));
1072 String byDay = tokenFromRrule(rrule, "BYDAY=");
1074 if (byDay != null) {
1076 int wom = byDay.charAt(0);
1080 bareByDay = byDay.substring(2);
1083 bareByDay = byDay.substring(1);