摘要:
根据月份算这个月的天数。C# code DateTime d = new DateTime(2008,8,8); System.Globalization.Calendar c = new System.Globalization.GregorianCalendar(); int daysInAugust = c.GetDaysInMonth(d.Year, d.Month); // 31法定节假日that is a bit difficult, you might:C# code DateTime[] m_Holidays = new DateTime[] { new DateTime(20 阅读全文
posted @ 2010-12-24 11:00
小锋神
阅读(691)
评论(0)
推荐(1)

浙公网安备 33010602011771号