c# 获取网络标准时间
摘要:
public static DateTime DataStandardTime() {//返回国际标准时间 //只使用的时间服务器的IP地址,未使用域名 string[,] 时间服务器 = new string[14, 2]; int[] 搜索顺序 = new int[] { 3, 2, 4, 8, 9, 6, 11, 5, 10, 0, 1, 7, 12 }; 时间服务器[0, 0] = "time-a.nist.gov"; 时间服务器[0, 1] = "129.6.1... 阅读全文
posted @ 2012-12-03 22:07 雨渐渐 阅读(3208) 评论(0) 推荐(1) 编辑