Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CalendarAlgorithmType.cs
Go to the documentation of this file.
1
namespace
System.Globalization
;
2
3
public
enum
CalendarAlgorithmType
4
{
5
Unknown
,
6
SolarCalendar
,
7
LunarCalendar
,
8
LunisolarCalendar
9
}
System.Globalization.CalendarAlgorithmType
CalendarAlgorithmType
Definition
CalendarAlgorithmType.cs:4
System.Globalization.CalendarAlgorithmType.LunarCalendar
@ LunarCalendar
System.Globalization.CalendarAlgorithmType.SolarCalendar
@ SolarCalendar
System.Globalization.CalendarAlgorithmType.LunisolarCalendar
@ LunisolarCalendar
System.Globalization.CalendarAlgorithmType.Unknown
@ Unknown
System.Globalization
Definition
Calendar.cs:1
source
System.Private.CoreLib
System.Globalization
CalendarAlgorithmType.cs
Generated by
1.10.0