2011年12月13日

日期时间格式化(到毫秒)

摘要: using System;using System.Collections.Generic;using System.Globalization;using System.Threading;public class MyClass{ public static void RunSnippet() { DateTime thisDate = DateTime.Now; DateTime utcDate = thisDate.ToUniversalTime(); //DateTime unspecifiedDate = new Date... 阅读全文

posted @ 2011-12-13 10:59 SuperCai 阅读(1815) 评论(0) 推荐(0) 编辑

导航