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 HebrewTest()
 {
     HebrewCalendar cal = new HebrewCalendar();
     Assert.False(cal.IsLeapMonth(5343, 4));
 }