Вот мой код:
Код: Выделить всё
RecurrenceFrequency recurrenceFrequency = notification.getRecurrenceFrequency();
Calendar nextNotifTime = Calendar.getInstance();
Код: Выделить всё
nextNotifTime.add(recurrenceFrequency.getRecurrencePeriod(),
recurrenceFrequency.getRecurrenceOffset());
Подробнее здесь: https://stackoverflow.com/questions/939 ... -the-month
Мобильная версия