摘要:
1,获得当前时间 n 天后的日期时间 DateTime newDay = DateTime.Now.AddDays(100); 2,獲得當前時間是第幾周using System.Globalization; GregorianCalendar gc = new GregorianCalendar(); Console.WriteLine(gc.GetWeekOfYear(DateTime.Now,... 阅读全文
posted @ 2009-08-07 15:09
Cherry Chen
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号