示例#1
0
 public static DateTime GetLastDayNextFourthQuarter(this DateTime now)
 {
     return(MereUtils.GetLastDayNextFourthQuarter(now));
 }