摘要: 1,1900年1月1日DateTime oldtime = Convert.ToDateTime("1900-1-1 00:00:00");//构造1900年1月1日 TimeSpan ts = DateTime.Now.Subtract(oldtime);//计算从1900年1月1日到现在的时间间隔 double num = ts.TotalSeconds;//计算出此间隔的总的秒数 Respo... 阅读全文
posted @ 2010-04-24 17:13 zmxmiss 阅读(5479) 评论(0) 推荐(0) 编辑