2019年4月19日

c# 公元转农历

摘要: 代码如下: void Main() { //农历转阳历 var lunar = new System.Globalization.ChineseLunisolarCalendar(); var date = lunar.ToDateTime(2020, 1, 1, 0, 0, 0, 0); //将2 阅读全文

posted @ 2019-04-19 17:12 空明流光 阅读(258) 评论(0) 推荐(0)

导航