System.Globalization.CCEastAsianLunisolarCalendar.year_from_fixed C# (CSharp) 메소드

year_from_fixed() 공개 정적인 메소드

public static year_from_fixed ( int date ) : int
date int
리턴 int
	public static int year_from_fixed (int date)
	{
		throw new Exception ("year_from_fixed");
	}