/// <summary> /// 获取年柱所在旬 /// </summary> /// <returns>旬</returns> public string getYearXun() { return(lunar.getYearXunExact()); }