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

◆ ToDateTime() [2/2]

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

Definition at line 130 of file ThaiBuddhistCalendar.cs.

131 {
132 return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);
133 }
DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)
readonly GregorianCalendarHelper _helper

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