摘要: using System; namespace DotNet.Utilities { /// ///时间类 ///1、SecondToMinute(int Second)把秒转换成分钟 /// public class TimeHelper { /// ///将时间格式化成年月日的形式,如果时间为null,返回当前系统时间 /// ///年月日分隔符 /// /// public strin... 阅读全文
posted @ 2017-07-13 14:41 维尼熊320 阅读(283) 评论(0) 推荐(0) 编辑
摘要: using System; namespace DotNet.Utilities { /// /// 农历属性 /// public class CNDate { /// /// 农历年(整型) /// public int cnIntYear = 0; /// ... 阅读全文
posted @ 2017-07-13 13:37 维尼熊320 阅读(300) 评论(0) 推荐(0) 编辑