Sets the calendar's month relative to its current month


See also Calendar functions.

Signature:

CalendarSetMonth(monthOffset)

Arguments:

  • monthOffset - Month containing an event relative to the calendar's currently displayed month (number)
    • -1 - Month preceding the calendar's current month
    • 0 - The calendar's current month (i.e. same month as CalendarGetMonth())
    • 1 - Month after the calendar's current month