Example #1
0
 public void GetLunisolarMonthTest()
 {
     Assert.AreEqual("θ…Š", TimeInfo.GetLunisolarMonth(12));
     Assert.AreEqual("十一", TimeInfo.GetLunisolarMonth(11));
 }