Esempio n. 1
0
 public void GetLunisolarMonthTest()
 {
     Assert.AreEqual("腊", TimeInfo.GetLunisolarMonth(12));
     Assert.AreEqual("十一", TimeInfo.GetLunisolarMonth(11));
 }