DateTime nextMonth = DateTime.Now.AddMonths(1); //Add a monthCalendar1.TodaysDate = nextMonth; // Set today's date to nextmonthDateTime nextOfNextMonth = DateTime.Now.AddMonths(2);//Add two monthsCalendar2.TodaysDate = nextOfNextMonth; //Set today's date to month after next