C_Calendar.GetNumDayEvents

From Warcraft Wiki
Jump to navigation Jump to search

Returns the number of events for a given day/month offset.

numDayEvents = C_Calendar.GetNumDayEvents(offsetMonths, monthDay)

Arguments

offsetMonths
number - The number of months to advance from today.
monthDay
number - The day of the given month.

Returns

numDayEvents
number - The number of events on the day in question.

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Moved to C_Calendar.GetNumDayEvents.
Wrath-Logo-Small.png Patch 3.0.2 (2008-10-14): Added as CalendarGetNumDayEvents.