8 references to LunarMonthLen
mscorlib (8)
system\globalization\hebrewcalendar.cs (8)
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])) {
621
NumDays -= (long)(
LunarMonthLen
[hebrewYearType, result.month++]);
627
if ((result.month > 13) || (
LunarMonthLen
[hebrewYearType, result.month] == 0)) {
815
int monthDays =
LunarMonthLen
[hebrewYearType, month];
955
int days =
LunarMonthLen
[lunarYearType, month1] - day1;
962
days +=
LunarMonthLen
[lunarYearType, month1++];