示例#1
0
 public static bool IsLeapYear(int year, CalendarTypes calendar)
 {
     return(CalendarNames.GetLeapYear(year, calendar));
 }