Пример #1
0
 public static DateTime GetLastDayOfYear(this DateTime now)
 {
     return(MereUtils.GetLastDayOfYear(now));
 }