Needs summary.
info = C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex)
Arguments
- offsetMonths
- number
- monthDay
- number
- eventIndex
- number
Returns
- info
- structure - CalendarRaidInfo
Key |
Type |
Description
|
name |
string |
|
calendarType |
string |
|
raidID |
number |
|
time |
structure CalendarTime |
|
difficulty |
number |
|
difficultyName |
string? |
|
CalendarTime
Key |
Type |
Description
|
year |
number |
The current year (2019)
|
month |
number |
The current month (1-12)
|
monthDay |
number |
The current day of the month (1-31)
|
weekday |
number |
The current day of the week (1=Sunday, 2=Monday, ..., 7=Saturday)
|
hour |
number |
The current time in hours (0-23)
|
minute |
number |
The current time in minutes (0-59)
|
Patch changes