5 references to AddMonths
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (1)
253return AddMonths(time, years * 12);
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
105return _helper.AddMonths(time, months);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
62return _helper.AddMonths(time, months);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
62return _helper.AddMonths(time, months);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
43return _helper.AddMonths(time, months);