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

◆ ToDateTime() [2/2]

override DateTime System.Globalization.KoreanCalendar.ToDateTime ( int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int era )
inline

Definition at line 138 of file KoreanCalendar.cs.

139 {
140 return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);
141 }
DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)
readonly GregorianCalendarHelper _helper

References System.Globalization.KoreanCalendar._helper, System.Globalization.GregorianCalendarHelper.ToDateTime(), and System.year.