Searched refs:bymonthday (Results 1 – 2 of 2) sorted by relevance
509 model.monthlyByMonthDay = er.bymonthday[0]; in copyEventRecurrenceToModel()567 if (er.bymonthday == null || er.bymonthdayCount < 1) { in copyModelToEventRecurrence()568 er.bymonthday = new int[1]; in copyModelToEventRecurrence()570 er.bymonthday[0] = model.monthlyByMonthDay; in copyModelToEventRecurrence()
1001 int[] bymonthday = new int[1]; in updateRecurrenceRule() local1004 bymonthday[0] = startTime.monthDay; in updateRecurrenceRule()1005 eventRecurrence.bymonthday = bymonthday; in updateRecurrenceRule()