摘要:
class Program { static void Main(string[] args) { System.Globalization.ChineseLunisolarCalendar chineseLunisolarCalendar = new System.Globalization.ChineseLunisolarCalendar(); DateTime date = DateTime.Now; int year = chineseLunisolarCalen... 阅读全文
posted @ 2012-01-11 13:26
清山博客
阅读(319)
评论(0)
推荐(0)