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;
3905
result.Year = result.Month = result.
Day
= 1;
3912
result.
Day
= cal.GetDayOfMonth(now);
3919
result.
Day
= 1;
3934
result.
Day
= 1;
4131
if (!CheckNewValue(ref result.
Day
, tempDay, ch, ref result))
6117
Day
= -1;
6126
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);
2689
if (!result.calendar.TryToDateTime(result.Year, result.Month, result.
Day
,
3864
if (((result.Month != -1) || (result.
Day
!= -1))
3872
if ((result.Year == -1) || (result.Month == -1) || (result.
Day
== -1))
3895
if (result.Month == -1 && result.
Day
== -1)
3932
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
,