1DateTime start = new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1); 2DateTime end = start.AddMonths(1).AddDays(-1);