2 instantiations of DaylightTime
mscorlib (2)
system\currenttimezone.cs (2)
200m_CachedDaylightChanges.Add(objYear, new DaylightTime(DateTime.MinValue, DateTime.MinValue, TimeSpan.Zero)); 222DaylightTime currentDaylightChanges = new DaylightTime(start, end, delta);
8 references to DaylightTime
mscorlib (8)
system\currenttimezone.cs (5)
98DaylightTime daylightTime = GetDaylightChanges(time.Year); 172public override DaylightTime GetDaylightChanges(int year) { 222DaylightTime currentDaylightChanges = new DaylightTime(start, end, delta); 229DaylightTime result = (DaylightTime)m_CachedDaylightChanges[objYear];
system\timezone.cs (3)
124public abstract DaylightTime GetDaylightChanges(int year); 132public static bool IsDaylightSavingTime(DateTime time, DaylightTime daylightTimes) { 196internal static TimeSpan CalculateUtcOffset(DateTime time, DaylightTime daylightTimes) {