isRecurringAlarm method

bool isRecurringAlarm()

Implementation

bool isRecurringAlarm() {
  return weekDays! > 0;
}