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