摘要:
DateTime d1 = DateTime.Now;DateTime d2 = d1.AddMonths(1);System.TimeSpan s = d2-d1; //这个月月底是 s.Days.ToString; 同理,计算下个月月底是几号: DateTime d1 = DateTime.Now;d1 = d1.AddMonths(1);DateTime d2 = DateTime.... 阅读全文
posted @ 2006-04-16 05:52
CZoneSoft
阅读(1354)
评论(5)
推荐(0)

浙公网安备 33010602011771号