GetLeapMonth() public method

public GetLeapMonth ( int year, int era ) : int
year int
era int
return int
Exemplo n.º 1
0
 public override int GetLeapMonth(int year, int era)
 {
     return(helper.GetLeapMonth(year, era));
 }