摘要:
#region LunarDatepublic class LunarDateClass{ private const ushort START_YEAR = 1901; private const ushort END_YEAR = 2050; private DateTime m_Date = DateTime.MinValue; private LunarDate m_LunarDate = null; private string m_LunarYear = "", m_LunarMonth = "", m_LunarDay = "&q 阅读全文
posted @ 2011-09-19 11:00 lwjacky 阅读(286) 评论(0) 推荐(0) 编辑