4 using System
.Collections
.Generic
;
5 using System
.Collections
.ObjectModel
;
7 using System
.Runtime
.InteropServices
;
11 public partial class TimeZoneInfo
{
13 static TimeZoneInfo
CreateLocal ()
15 return TimeZoneInfo
.Utc
;
18 static TimeZoneInfo
FindSystemTimeZoneByIdCore (string id
)
20 throw new NotImplementedException ();
23 static void GetSystemTimeZonesCore (List
<TimeZoneInfo
> systemTimeZones
)