Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ KoreanCalendar()

System.Globalization.KoreanCalendar.KoreanCalendar ( )
inline

Definition at line 45 of file KoreanCalendar.cs.

46 {
47 try
48 {
49 new CultureInfo("ko-KR");
50 }
51 catch (ArgumentException innerException)
52 {
53 throw new TypeInitializationException(GetType().ToString(), innerException);
54 }
55 _helper = new GregorianCalendarHelper(this, s_koreanEraInfo);
56 }
static readonly EraInfo[] s_koreanEraInfo
readonly GregorianCalendarHelper _helper

References System.Globalization.KoreanCalendar._helper, System.Globalization.KoreanCalendar.s_koreanEraInfo, and System.ToString.