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