10 writes to Month
mscorlib (10)
system\globalization\datetimeparse.cs (10)
1641
result.
Month
= raw.month;
2072
result.
Month
= raw.month = dtok.num;
3410
result.Year = result.
Month
= result.Day = 1;
3414
result.
Month
= cal.GetMonth(now);
3419
result.
Month
= 1;
3427
result.
Month
= 1;
3584
if (!CheckNewValue(ref result.
Month
, tempMonth, ch, ref result)) {
4141
if (!dtfi.YearMonthAdjustment(ref result.Year, ref result.
Month
, ((result.flags & ParseFlags.ParsedMonthName) != 0))) {
5017
Month
= -1;
5026
Month
= month;
12 references to Month
mscorlib (12)
system\globalization\datetimeparse.cs (12)
1644
if (result.calendar.IsValidDay(result.Year, result.
Month
, raw.GetNumber(0), result.era))
1993
if (result.
Month
== -1)
2038
if (TryAdjustYear(ref result, raw.GetNumber(0), out year) && SetDateYMD(ref result, year, result.
Month
, raw.GetNumber(1))) {
2043
if (TryAdjustYear(ref result, raw.GetNumber(1), out year) && SetDateYMD(ref result, year, result.
Month
, raw.GetNumber(0))){
2511
bool bTimeOnly = (result.Year == -1 && result.
Month
== -1 && result.Day == -1);
2522
if (!result.calendar.TryToDateTime(result.Year, result.
Month
, result.Day,
3373
if ( ((result.
Month
!= -1) || (result.Day != -1))
3381
if ((result.Year == -1) || (result.
Month
== -1) || (result.Day == -1)) {
3403
if (result.
Month
== -1 && result.Day == -1) {
3426
if (result.
Month
== -1) {
4135
bTimeOnly = (result.Year == -1 && result.
Month
== -1 && result.Day == -1);
4146
if (!parseInfo.calendar.TryToDateTime(result.Year, result.
Month
, result.Day,