Ext.Net.CalendarView.MoveMonths C# (CSharp) Method

MoveMonths() public method

Shifts the view by the passed number of months relative to the currently set date
public MoveMonths ( int value ) : void
value int The number of months (positive or negative) by which to shift the view
return void
        public void MoveMonths(int value)
        {
            this.Call("moveMonths", value);
        }