Scrolls the calendar month according to the numbers specified.
public void ScrollMonth(
int
)
'Declaration
Public Sub ScrollMonth( _
ByVal As Integer _
)
'Usage
Dim instance As DropDownCalendar
Dim monthOffset As Integer
instance.ScrollMonth(monthOffset)
Parameters
- monthOffset
- An integer type used to denote the number of calendar months to scroll and the direction in which to scroll them.