Terraria v1.4.4.9
Terraria source code documentation
|
Go to the source code of this file.
Namespaces | |
namespace | System |
Enumerations | |
enum | System.ParseFlags { System.HaveYear = 1 , System.HaveMonth = 2 , System.HaveDay = 4 , System.HaveHour = 8 , System.HaveMinute = 0x10 , System.HaveSecond = 0x20 , System.HaveTime = 0x40 , System.HaveDate = 0x80 , System.TimeZoneUsed = 0x100 , System.TimeZoneUtc = 0x200 , System.ParsedMonthName = 0x400 , System.CaptureOffset = 0x800 , System.YearDefault = 0x1000 , System.Rfc1123Pattern = 0x2000 , System.UtcSortPattern = 0x4000 } |