[]
Scrolls the calendar month according to the numbers specified.
public void ScrollMonth(int monthOffset)
Public Sub ScrollMonth(monthOffset As Integer)
Type | Name | Description |
---|---|---|
int | monthOffset | An integer type used to denote the number of calendar months to scroll and the direction in which to scroll them. |
The DropDownCalendar moves its display month using this method, based on the given month offset.