DateTime beginMDate = new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1);
      DateTime endMDate = beginMDate.AddMonths(1).AddDays(-1);

相关文章: