11 writes to Day
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (11)
1726
result.
Day
= raw.GetNumber(0);
2099
result.
Day
= raw.GetNumber(0);
2123
result.
Day
= 1;
2202
result.
Day
= dtok.num;
3971
result.Year = result.Month = result.
Day
= 1;
3978
result.
Day
= cal.GetDayOfMonth(now);
3985
result.
Day
= 1;
4000
result.
Day
= 1;
4197
if (!CheckNewValue(ref result.
Day
, tempDay, ch, ref result))
6218
Day
= -1;
6227
Day
= day;
9 references to Day
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (9)
2094
if (raw.numCount != 1 || result.
Day
!= -1)
2677
bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.
Day
== -1);
2706
if (!result.calendar.TryToDateTime(result.Year, result.Month, result.
Day
,
3930
if (((result.Month != -1) || (result.
Day
!= -1))
3938
if ((result.Year == -1) || (result.Month == -1) || (result.
Day
== -1))
3961
if (result.Month == -1 && result.
Day
== -1)
3998
if (result.
Day
== -1)
4805
bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.
Day
== -1);
4836
if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.
Day
,