c#获取月初日期

this.TxtBox_Begin.Date = DateTime.Now.Date.AddDays(1-DateTime.Now.Day);

原文地址:https://www.cnblogs.com/zwc-blog/p/3790332.html