IsLeapMonth() public method

public IsLeapMonth ( int year, int month, int era ) : bool
year int
month int
era int
return bool
コード例 #1
0
ファイル: Calendars.cs プロジェクト: johnhhm/corefx
 public static void UmAlQuraTest()
 {
     UmAlQuraCalendar cal2 = new UmAlQuraCalendar();
     Assert.False(cal2.IsLeapMonth(1400, 10));
 }