2 references to TimeZoneKeyName
mscorlib (2)
system\timezoneinfo.cs (2)
1839if (!String.IsNullOrEmpty(dynamicTimeZoneInformation.TimeZoneKeyName)) { 1843if (TryGetTimeZone(dynamicTimeZoneInformation.TimeZoneKeyName, dstDisabled, out zone, out ex, cachedData) == TimeZoneInfoResult.Success) {