11 overrides of IsLeapMonth
mscorlib (11)
system\globalization\eastasianlunisolarcalendar.cs (1)
576public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\gregoriancalendar.cs (1)
522public override bool IsLeapMonth(int year, int month, int era)
system\globalization\hebrewcalendar.cs (1)
915public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\hijricalendar.cs (1)
665public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\japanesecalendar.cs (1)
473public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\juliancalendar.cs (1)
356public override bool IsLeapMonth(int year, int month, int era)
system\globalization\koreancalendar.cs (1)
211public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\Persiancalendar.cs (1)
480public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\taiwancalendar.cs (1)
197public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\thaibuddhistcalendar.cs (1)
169public override bool IsLeapMonth(int year, int month, int era) {
system\globalization\umalquracalendar.cs (1)
740public override bool IsLeapMonth(int year, int month, int era) {
2 references to IsLeapMonth
mscorlib (2)
system\globalization\calendar.cs (2)
699return (IsLeapMonth(year, month, CurrentEra)); 731if (IsLeapMonth(year, month, era))