摘要:
//取得某月的最后一天 //方法一:使用算出該月多少天,年+月+加上多少天即得,舉例取今天這個月的最后一天 private void GetLastDateForMonth(DateTime DtStart, out DateTime DtEnd) { int Dtyear, DtMonth; DtStart = DateTime.Now; Dtyear = DtStart.Year; DtMon... 阅读全文
posted @ 2010-05-10 18:44
挽星
阅读(5576)
评论(0)
推荐(1)

浙公网安备 33010602011771号