4 references to IsLeapMonth
mscorlib (4)
system\globalization\japanesecalendar.cs (1)
474
return (helper.
IsLeapMonth
(year, month, era));
system\globalization\koreancalendar.cs (1)
212
return (helper.
IsLeapMonth
(year, month, era));
system\globalization\taiwancalendar.cs (1)
198
return (helper.
IsLeapMonth
(year, month, era));
system\globalization\thaibuddhistcalendar.cs (1)
170
return (helper.
IsLeapMonth
(year, month, era));