/// <summary> /// 获取日柱所在旬 /// </summary> /// <returns>旬</returns> public string getDayXun() { return(lunar.getDayXunExact()); }