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