5 references to LeapMonth
mscorlib (5)
system\globalization\eastasianlunisolarcalendar.cs (5)
194
if (GetYearInfo(year ,
LeapMonth
) == 0)
568
int m = GetYearInfo(year,
LeapMonth
);
578
int m = GetYearInfo(year,
LeapMonth
);
588
int month = GetYearInfo(year,
LeapMonth
);
597
return (GetYearInfo(year,
LeapMonth
)!=0);