Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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[]
Patch 8.0.1 (2018-07-17): Moved to C_Calendar.GetNumDayEvents.
Patch 3.0.2 (2008-10-14): Added as CalendarGetNumDayEvents.