//用公历(阳历)初始化 //ChineseCalendar cc = new ChineseCalendar(DateTime.Today); //ChineseCalendar cc = new ChineseCalendar(Convert.ToDateTime("1987/10/6")); //用农历(阴历)初始化,润五月(润月用True否则用False),公历2009年7月8日 //ChineseCalendar cc = new ChineseCalendar(1987, 8, 1
里面是一个access 2003的数据库文件LunarCalendar.mdb,mdb里面就一个数据表。 字段分别是id(自动编号,根据日子递增,因此在搜索某年某月时可以直接查询到月然后order by id asc这样整个月的记录就是顺序的), year1(公历年), month1(公历月), day1(公历日), lunaryear1(农历年), lunarmonth1(农历月), lunarday1(农历日), lunarLeapMonth1(农历月是否闰月,0为非闰月,1为闰月), w