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