11 writes to Day
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (11)
1720result.Day = raw.GetNumber(0); 2093result.Day = raw.GetNumber(0); 2117result.Day = 1; 2196result.Day = dtok.num; 3903result.Year = result.Month = result.Day = 1; 3910result.Day = cal.GetDayOfMonth(now); 3917result.Day = 1; 3932result.Day = 1; 4129if (!CheckNewValue(ref result.Day, tempDay, ch, ref result)) 6119Day = -1; 6128Day = day;
9 references to Day
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (9)
2088if (raw.numCount != 1 || result.Day != -1) 2675bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 2687if (!result.calendar.TryToDateTime(result.Year, result.Month, result.Day, 3862if (((result.Month != -1) || (result.Day != -1)) 3870if ((result.Year == -1) || (result.Month == -1) || (result.Day == -1)) 3893if (result.Month == -1 && result.Day == -1) 3930if (result.Day == -1) 4739bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 4753if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.Day,