WoW API: CalendarGetMonth
Retrieve the month and year for the given offset of months.
month, year, numdays = CalendarGetMonth( offsetMonth );
Arguments
- (offsetMonth)
- offsetMonth
- Number - The number of months to offset from the current month.
Returns
- month, year, numdays
- month
- Number - The month in integer format (1-12)
- year
- Number - The year at the offset date
- numdays
- Number - The number of days in the month (28-31)