GetMonthsInYear() 공개 메소드

public GetMonthsInYear ( int year, int era ) : int
year int
era int
리턴 int
예제 #1
0
 public override int GetMonthsInYear(int year, int era)
 {
     return(helper.GetMonthsInYear(year, era));
 }