を作成したいのですCalendar
が、MonthDisplayHelper
間違った値を返します(2013年2月の31 、つまり28日)。私は何が間違っているのですか?
DateTime mRightNow = DateTime.Now;
MonthDisplayHelper mHelper = new MonthDisplayHelper(mRightNow.Year, mRightNow.Month, 2);
Log.Info("cal", mHelper.NumberOfDaysInMonth);