摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text.RegularExpressions;using System.Globalization;using System.Text;/// /// 阴历阳历日期转换类/// public sealed class ChineseCalendarInfo{ private DateTime m_SolarDate; private int m_LunarYear, m_LunarMonth, ... 阅读全文
posted @ 2013-11-14 10:51 .Justme 阅读(357) 评论(0) 推荐(0) 编辑