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

◆ GregorianCalendar() [2/2]

System.Globalization.GregorianCalendar.GregorianCalendar ( GregorianCalendarTypes type)
inline

Definition at line 81 of file GregorianCalendar.cs.

82 {
83 if (type < GregorianCalendarTypes.Localized || type > GregorianCalendarTypes.TransliteratedFrench)
84 {
85 throw new ArgumentOutOfRangeException("type", type, SR.Format(SR.ArgumentOutOfRange_Range, GregorianCalendarTypes.Localized, GregorianCalendarTypes.TransliteratedFrench));
86 }
87 _type = type;
88 }

References System.Globalization.GregorianCalendar._type, System.SR.ArgumentOutOfRange_Range, System.SR.Format(), and System.type.