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

◆ ToDateTime() [2/2]

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

Definition at line 171 of file JapaneseCalendar.cs.

172 {
173 return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);
174 }
DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)

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