Testing indicates that argument 'day' is a day of the month, not an offset from the current day in v30100
(New page: {{wowapi}} __NOTOC__ Establishes an event for future calendar calls CalendarOpenEvent(monthOffset, day, eventIndex) == Arguments == :(monthOffset, day, eventIndex) :;monthOffset : Nu...) |
(Testing indicates that argument 'day' is a day of the month, not an offset from the current day in v30100) |
||
| Line 10: | Line 10: | ||
:;monthOffset : Number - The number of months to offset from today | :;monthOffset : Number - The number of months to offset from today | ||
:;day : Number - The | :;day : Number - The day of the month on which the desired event is scheduled (1 - 31) | ||
:;eventIndex : Number - The index of the desired event, From 1 through CalendarGetNumDayEvents(monthOffset, day) | :;eventIndex : Number - The index of the desired event, From 1 through CalendarGetNumDayEvents(monthOffset, day) | ||