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

◆ AddMonths()

override DateTime System.Globalization.KoreanCalendar.AddMonths ( DateTime time,
int months )
inline

Definition at line 58 of file KoreanCalendar.cs.

59 {
60 return _helper.AddMonths(time, months);
61 }
DateTime AddMonths(DateTime time, int months)
readonly GregorianCalendarHelper _helper

References System.Globalization.KoreanCalendar._helper, and System.Globalization.GregorianCalendarHelper.AddMonths().