Beispiel #1
0
 public string getDayGan()
 {
     return((2 == sect) ? lunar.getDayGanExact2() : lunar.getDayGanExact());
 }
Beispiel #2
0
 public string getDayGan()
 {
     return(lunar.getDayGanExact());
 }