随笔分类 -  C#

摘要:列举一下常用的日期取得方法 static class DateTimeDemo { public static DateTime FirstDayOfMonth(this DateTime value) { return new DateTime(value.Year, value.Month, 1 阅读全文
posted @ 2018-03-13 13:52 浪橙悠悠 阅读(260) 评论(0) 推荐(0)