getEventsInMonth static method
Gets all events in a specific month using the new system
Implementation
static List<IslamicEvent> getEventsInMonth(int month) {
return IslamicEventsManager.getEventsInMonth(month);
}
Gets all events in a specific month using the new system
static List<IslamicEvent> getEventsInMonth(int month) {
return IslamicEventsManager.getEventsInMonth(month);
}