SelectNextMonth Method (MonthCalendar)

Action

Selects the next month.

Syntax

C#
monthCalendar.SelectNextMonth(selectedYear, selectedMonth)
VB
monthCalendar.SelectNextMonth(selectedYear, selectedMonth)
Variable Description
selectedYear The year to select. Integer.
selectedMonth The month to select. Integer.