Example #1
0
 public static DateTime GoToNextMonth(this DateTime now, int month)
 {
     return(MereUtils.GoToNextMonth(now, month));
 }