快上网专注成都网站设计 成都网站制作 成都网站建设
成都网站建设公司服务热线:400-028-6601

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

c#中怎么获取北京时间-创新互联

这篇文章将为大家详细讲解有关c#中怎么获取北京时间,文章内容质量较高,因此小编分享给大家做个参考,希望大家阅读完这篇文章后对相关知识有一定的了解。

创新互联公司主营南安网站建设的网络公司,主营网站建设方案,手机APP定制开发,南安h5小程序设计搭建,南安网站营销推广欢迎南安等地区企业咨询
#region 
///  
/// 获取标准北京时间 
/// ///  
/// ///  
/// 
public static DateTime GetStandardTime()    
{ 
/// // 
//-  
//-   
//   
DateTime dt; 
WebRequest wrt = null; 
WebResponse wrp = null; 
try
{ 
wrt = WebRequest.Create("http://www.time.ac.cn/timeflash.asp?user=flash");  
wrt.Credentials = CredentialCache.DefaultCredentials; 
  wrp = wrt.GetResponse(); 
  StreamReader sr = new StreamReader(wrp.GetResponseStream(),Encoding.UTF8); 
  string html = sr.ReadToEnd(); 
  sr.Close(); 
  wrp.Close(); 
  int yearIndex = html.IndexOf("") + 6; 
  int monthIndex = html.IndexOf("") + 7; 
  int dayIndex = html.IndexOf("") + 5; 
  int hourIndex = html.IndexOf("") + 6; 
  int miniteIndex = html.IndexOf("") + 8; 
  int secondIndex = html.IndexOf("") + 8; 
  string year = html.Substring(yearIndex, html.IndexOf("") - yearIndex); 
  string month = html.Substring(monthIndex, html.IndexOf("") - monthIndex); 
  string day = html.Substring(dayIndex, html.IndexOf("") - dayIndex); 
  string hour = html.Substring(hourIndex, html.IndexOf("") - hourIndex); 
  string minite = html.Substring(miniteIndex, html.IndexOf("") - miniteIndex); 
  string second = html.Substring(secondIndex, html.IndexOf("") - secondIndex); 
  dt = DateTime.Parse(year + "-" + month + "-" + day + " " + hour + ":" + minite + ":" + second); 
} 
catch (WebException) 
{ 
  return DateTime.Parse("2013-1-1"); 
} 
catch (Exception) 
{ 
  return DateTime.Parse("2013-1-1"); 
} 
finally
{ 
  if (wrp != null) 
 wrp.Close(); 
  if (wrt != null) 
 wrt.Abort(); 
} 
   return dt; 
 } 
#endregion

关于c#中怎么获取北京时间就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。


当前文章:c#中怎么获取北京时间-创新互联
网址分享:http://www.6mz.cn/article/phhhh.html

其他资讯