摘要:
其实很简单 只是中文的google查不到。。用TimeZoneInfo 这个方法就可以了~以下是代码: 1 static void Main(string[] args) 2 { 3 // Get time in local time zone 4 DateTime thisTime = DateTime.Now; 5 Console.WriteLine("Time in {0} zone: {1}", TimeZoneInfo.Local.IsDaylightSavingTime(thisT... 阅读全文