#1号

ASP.NET 获取上个月当前月的1号和月尾

DateTimedt = DateTime.Now; //当前时间DateTimestartWeek = dt.AddDays(1- Convert.ToInt32(dt.DayOfWeek.ToString("d"))); //...