2 writes to Month
mscorlib (2)
microsoft\win32\win32native.cs (2)
351StandardDate.Month = BitConverter.ToInt16(bytes, 14); 360DaylightDate.Month = BitConverter.ToInt16(bytes, 30);
12 references to Month
mscorlib (12)
system\timezoneinfo.cs (12)
1309&& timeZone.DaylightDate.Month == timeZone.StandardDate.Month 1367bool supportsDst = (timeZoneInformation.StandardDate.Month != 0); 2110bool supportsDst = (timeZoneInformation.StandardDate.Month != 0); 2153timeZoneInformation.DaylightDate.Month, 2166timeZoneInformation.DaylightDate.Month, 2183timeZoneInformation.StandardDate.Month, 2196timeZoneInformation.StandardDate.Month, 2460&& timeZone.StandardDate.Month == registryTimeZoneInfo.StandardDate.Month 2524&& timeZone.DaylightDate.Month == registryTimeZoneInfo.DaylightDate.Month