10 writes to month
mscorlib (10)
system\globalization\hebrewcalendar.cs (10)
504
lunarDate.
month
= 5;
508
lunarDate.
month
= 3;
511
lunarDate.
month
= 5;
515
lunarDate.
month
= 5;
519
lunarDate.
month
= 3;
523
lunarDate.
month
= 4;
565
result.
month
= lunarDate.month;
598
result.
month
++;
621
NumDays -= (long)(LunarMonthLen[hebrewYearType, result.
month
++]);
637
result.
month
= 1;
9 references to month
mscorlib (9)
system\globalization\hebrewcalendar.cs (9)
458
return (result.
month
);
565
result.month = lunarDate.
month
;
590
if ((NumDays + (long)lunarDate.day) <= (long)(LunarMonthLen[hebrewYearType, lunarDate.
month
])) {
608
NumDays -= (long)(LunarMonthLen[hebrewYearType, lunarDate.
month
] - lunarDate.day);
617
while (NumDays > (long)(LunarMonthLen[hebrewYearType, result.
month
])) {
627
if ((result.
month
> 13) || (LunarMonthLen[hebrewYearType, result.
month
] == 0)) {
1002
if ((hebrewMonth == hebrewDateOfJan1.
month
) && (hebrewDay == hebrewDateOfJan1.day)) {
1006
int days = GetDayDifference(lunarYearType, hebrewMonth, hebrewDay, hebrewDateOfJan1.
month
, hebrewDateOfJan1.day);