Answer

专注于Mobile,WinCE
  首页  :: 新随笔  :: 联系 :: 管理

2009年3月17日

摘要: 方法1: public DateTime UNIXtoDateTime(long seconds) { double secs = Convert.ToDouble(seconds); DateTime dt = new DateTime(1970, 1, 1, 0, 0, 0).AddSeconds(secs); return System.TimeZone.CurrentTimeZ... 阅读全文

posted @ 2009-03-17 17:24 answer 阅读(649) 评论(2) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2009-03-17 15:30 answer 阅读(868) 评论(2) 推荐(0) 编辑