GetMonthsInYear() 공개 메소드

public GetMonthsInYear ( int year, int era ) : int
year int
era int
리턴 int
예제 #1
0
 // Get the number of months in a specific year.
 public override int GetMonthsInYear(int year, int era)
 {
     return(hijri.GetMonthsInYear(year, era));
 }