摘要:
TimeSpan ts1 = new TimeSpan(DateTime.Now.Ticks); //当前日期 TimeSpan ts2 = new TimeSpan(disnShang.Date1.Ticks); //未来某个日期 TimeSpan ts3 = ts2.Subtract(ts1).Duration(); b.TimeDifference = ts3.TotalMillise... 阅读全文
posted @ 2016-12-14 14:15
Arlar
阅读(221)
评论(0)
推荐(0)