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