6 references to CreateCustomTimeZone
mscorlib (6)
system\timezoneinfo.cs (6)
165timeZone = CreateCustomTimeZone(c_utcId, TimeSpan.Zero, c_utcId, c_utcId); 237match = CreateCustomTimeZone(c_localId, TimeSpan.Zero, c_localId, c_localId); 1830return CreateCustomTimeZone(c_localId, TimeSpan.Zero, c_localId, c_localId); 1929return CreateCustomTimeZone(c_localId, TimeSpan.Zero, c_localId, c_localId); 2866value = CreateCustomTimeZone(match.m_id, match.m_baseUtcOffset, match.m_displayName, match.m_standardDisplayName); 2888value = CreateCustomTimeZone(match.m_id, match.m_baseUtcOffset, match.m_displayName, match.m_standardDisplayName);