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