2 writes to Second
mscorlib (2)
microsoft\win32\win32native.cs (2)
356StandardDate.Second = BitConverter.ToInt16(bytes, 24); 365DaylightDate.Second = BitConverter.ToInt16(bytes, 40);
10 references to Second
mscorlib (10)
system\timezoneinfo.cs (10)
1314&& timeZone.DaylightDate.Second == timeZone.StandardDate.Second 2151timeZoneInformation.DaylightDate.Second, 2164timeZoneInformation.DaylightDate.Second, 2181timeZoneInformation.StandardDate.Second, 2194timeZoneInformation.StandardDate.Second, 2465&& timeZone.StandardDate.Second == registryTimeZoneInfo.StandardDate.Second 2529&& timeZone.DaylightDate.Second == registryTimeZoneInfo.DaylightDate.Second