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