/// <summary> /// 获取年柱旬空(空亡) /// </summary> /// <returns>旬空(空亡)</returns> public string getYearXunKong() { return(lunar.getYearXunKongExact()); }