溺水妖精

就这样沉溺在水中,一个失败的妖精

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2004年3月24日

摘要: 刚在MSDN看了篇文章Determining the Span Between Two DatesExampleDateTime oldDate = new DateTime(2002,7,15);DateTime newDate = DateTime.Now;// Difference in days, hours, and minutes.TimeSpan ts = newDate - old... 阅读全文
posted @ 2004-03-24 18:49 溺水妖精 阅读(1746) 评论(6) 推荐(0) 编辑