IsLeapMonth() public method

public IsLeapMonth ( int year, int month, int era ) : bool
year int
month int
era int
return bool
Example #1
0
 public static void UmAlQuraTest()
 {
     UmAlQuraCalendar cal2 = new UmAlQuraCalendar();
     Assert.False(cal2.IsLeapMonth(1400, 10));
 }