摘要:
TimeSpants1=newTimeSpan(DateTime.Now.Ticks);//获取当前时间的刻度数//执行某操作TimeSpants2=newTimeSpan(DateTime.Now.Ticks);TimeSpants=ts2.Subtract(ts1).Duration();//时间差的绝对值 stringspanTotalSeconds=ts.TotalSeconds.ToS... 阅读全文
posted @ 2011-07-17 11:25
Elitez
阅读(134)
评论(0)
推荐(0)