11 writes to Day
System.Private.CoreLib (11)
src\runtime\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;
3990
result.Year = result.Month = result.
Day
= 1;
3997
result.
Day
= cal.GetDayOfMonth(now);
4004
result.
Day
= 1;
4019
result.
Day
= 1;
4216
if (!CheckNewValue(ref result.
Day
, tempDay, ch, ref result))
6241
Day
= -1;
6250
Day
= day;
9 references to Day
System.Private.CoreLib (9)
src\runtime\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
,
3949
if (((result.Month != -1) || (result.
Day
!= -1))
3957
if ((result.Year == -1) || (result.Month == -1) || (result.
Day
== -1))
3980
if (result.Month == -1 && result.
Day
== -1)
4017
if (result.
Day
== -1)
4824
bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.
Day
== -1);
4855
if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.
Day
,