Esempio n. 1
0
 internal static int AddMonthNo(int yearMonth, int addMonth)
 {
     return(DateUtility.AddMonths(yearMonth, addMonth));
 }