摘要: /// <summary> /// 获取选中时间 /// </summary> private void GetSelectTime() { //今日 if (rbToday.Checked == true) { dtpBeginTime.ReadOnly = true; dtpEndTime.Re 阅读全文
posted @ 2020-06-28 20:00 Hello有点抽象 阅读(667) 评论(0) 推荐(0)
摘要: /// <summary> /// 获取本周的周一日期 /// </summary> /// <returns></returns> public string GetThisWeekMonday() { DateTime date = DateTime.Now; DateTime firstDat 阅读全文
posted @ 2020-06-28 11:33 Hello有点抽象 阅读(1470) 评论(0) 推荐(0)