4 references to IsLeapDay
mscorlib (4)
system\globalization\japanesecalendar.cs (1)
454
return (helper.
IsLeapDay
(year, month, day, era));
system\globalization\koreancalendar.cs (1)
192
return (helper.
IsLeapDay
(year, month, day, era));
system\globalization\taiwancalendar.cs (1)
178
return (helper.
IsLeapDay
(year, month, day, era));
system\globalization\thaibuddhistcalendar.cs (1)
150
return (helper.
IsLeapDay
(year, month, day, era));