getEventsInMonth static method

List<IslamicEvent> getEventsInMonth(
  1. int month
)

Gets all events in a specific month using the new system

Implementation

static List<IslamicEvent> getEventsInMonth(int month) {
  return IslamicEventsManager.getEventsInMonth(month);
}