Exemplo n.º 1
0
 public int getDayZhiIndex()
 {
     return((2 == sect) ? lunar.getDayZhiIndexExact2() : lunar.getDayZhiIndexExact());
 }
Exemplo n.º 2
0
 public string getDayDiShi()
 {
     return(getDiShi(lunar.getDayZhiIndexExact()));
 }