WoW:API CalendarGetNumDayEvents: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Get the number of events for a given day/month offset. <!-- List ret...) |
No edit summary |
||
Line 12: | Line 12: | ||
:;monthOffset : Number - The number of months to advance from today. | :;monthOffset : Number - The number of months to advance from today. | ||
:;day : Number - The | :;day : Number - The day of the given month. | ||
Revision as of 18:09, 21 June 2009
← WoW API < CalendarGetNumDayEvents
Get the number of events for a given day/month offset.
numEvents = CalendarGetNumDayEvents(monthOffset, day)
Arguments
- (monthOffset, day)
- monthOffset
- Number - The number of months to advance from today.
- day
- Number - The day of the given month.
Returns
- numEvents
- Number - The number of events on the day in question