コード例 #1
0
 public static DateTime GetLastDayOfMonth(this DateTime now)
 {
     return(MereUtils.GetLastDayOfMonth(now));
 }