5 references to AddMonths
mscorlib (5)
system\globalization\gregoriancalendarhelper.cs (1)
433
return (
AddMonths
(time, years * 12));
system\globalization\japanesecalendar.cs (1)
369
return (helper.
AddMonths
(time, months));
system\globalization\koreancalendar.cs (1)
117
return (helper.
AddMonths
(time, months));
system\globalization\taiwancalendar.cs (1)
114
return (helper.
AddMonths
(time, months));
system\globalization\thaibuddhistcalendar.cs (1)
86
return (helper.
AddMonths
(time, months));