WoW API: CalendarGetMonth

From AddOn Studio
Jump to navigation Jump to search

WoW API < CalendarGetMonth

Retrieve the month and year for the given offset of months.

month, year, numdays, firstday = CalendarGetMonth( [offsetMonth] );


Arguments[edit]

(offsetMonth)
offsetMonth (optional)
Number - The number of months to offset from the current month. If excluded, the function returns data for the current month.


Returns[edit]

month, year, numdays, firstday
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)
firstday
Number - The weekday on which the month begins (1 = Sunday, 2 = Monday, ..., 7 = Saturday)