Esempio n. 1
0
 public static DateTime GoToPrevMonth(this DateTime now, int month)
 {
     return(MereUtils.GoToPrevMonth(now, month));
 }