9 writes to day
mscorlib (9)
system\globalization\hebrewcalendar.cs (9)
494
lunarDate.
day
= HebrewTable[index];
505
lunarDate.
day
= 1;
512
lunarDate.
day
= 2;
516
lunarDate.
day
= 3;
520
lunarDate.
day
= 29;
566
result.
day
= lunarDate.day;
591
result.
day
+= (int)NumDays;
599
result.
day
= 1;
643
result.
day
+= (int)(NumDays - 1);
7 references to day
mscorlib (7)
system\globalization\hebrewcalendar.cs (7)
460
return (result.
day
);
502
switch (lunarDate.
day
) {
566
result.day = lunarDate.
day
;
590
if ((NumDays + (long)lunarDate.
day
) <= (long)(LunarMonthLen[hebrewYearType, lunarDate.month])) {
608
NumDays -= (long)(LunarMonthLen[hebrewYearType, lunarDate.month] - lunarDate.
day
);
1002
if ((hebrewMonth == hebrewDateOfJan1.month) && (hebrewDay == hebrewDateOfJan1.
day
)) {
1006
int days = GetDayDifference(lunarYearType, hebrewMonth, hebrewDay, hebrewDateOfJan1.month, hebrewDateOfJan1.
day
);