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