/// <summary> /// 获取月柱旬空(空亡) /// </summary> /// <returns>旬空(空亡)</returns> public string getMonthXunKong() { return(lunar.getMonthXunKongExact()); }