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

MoveDays() public method

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