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