10 writes to Month
mscorlib (10)
system\globalization\datetimeparse.cs (10)
1641result.Month = raw.month; 2072result.Month= raw.month = dtok.num; 3410result.Year = result.Month = result.Day = 1; 3414result.Month = cal.GetMonth(now); 3419result.Month = 1; 3427result.Month = 1; 3584if (!CheckNewValue(ref result.Month, tempMonth, ch, ref result)) { 4141if (!dtfi.YearMonthAdjustment(ref result.Year, ref result.Month, ((result.flags & ParseFlags.ParsedMonthName) != 0))) { 5017Month = -1; 5026Month = month;
12 references to Month
mscorlib (12)
system\globalization\datetimeparse.cs (12)
1644if (result.calendar.IsValidDay(result.Year, result.Month, raw.GetNumber(0), result.era)) 1993if (result.Month == -1) 2038if (TryAdjustYear(ref result, raw.GetNumber(0), out year) && SetDateYMD(ref result, year, result.Month, raw.GetNumber(1))) { 2043if (TryAdjustYear(ref result, raw.GetNumber(1), out year) && SetDateYMD(ref result, year, result.Month, raw.GetNumber(0))){ 2511bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 2522if (!result.calendar.TryToDateTime(result.Year, result.Month, result.Day, 3373if ( ((result.Month != -1) || (result.Day != -1)) 3381if ((result.Year == -1) || (result.Month == -1) || (result.Day == -1)) { 3403if (result.Month == -1 && result.Day == -1) { 3426if (result.Month == -1) { 4135bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 4146if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.Day,