Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization Namespace Reference

Classes

class  Calendar
 
class  CalendarData
 
class  CalendricalCalculationsHelper
 
class  CharUnicodeInfo
 
class  ChineseLunisolarCalendar
 
class  CompareInfo
 
class  CultureData
 
class  CultureInfo
 
class  CultureNotFoundException
 
class  DateTimeFormatInfo
 
class  DateTimeFormatInfoScanner
 
class  DaylightTime
 
struct  DaylightTimeStruct
 
class  EastAsianLunisolarCalendar
 
class  EraInfo
 
class  FormatProvider
 
class  GlobalizationExtensions
 
class  GlobalizationMode
 
class  GregorianCalendar
 
class  GregorianCalendarHelper
 
class  HebrewCalendar
 
class  HebrewNumber
 
struct  HebrewNumberParsingContext
 
class  HijriCalendar
 
class  IcuLocaleData
 
class  IdnMapping
 
class  InternalGlobalizationHelper
 
class  InvariantModeCasing
 
class  ISOWeek
 
class  JapaneseCalendar
 
class  JapaneseLunisolarCalendar
 
class  JulianCalendar
 
class  KoreanCalendar
 
class  KoreanLunisolarCalendar
 
class  Normalization
 
class  NumberFormatInfo
 
class  Ordinal
 
class  OrdinalCasing
 
class  PersianCalendar
 
class  RegionInfo
 
class  SortKey
 
class  SortVersion
 
class  StringInfo
 
class  SurrogateCasing
 
class  TaiwanCalendar
 
class  TaiwanLunisolarCalendar
 
class  TextElementEnumerator
 
class  TextInfo
 
class  ThaiBuddhistCalendar
 
class  TimeSpanFormat
 
class  TimeSpanParse
 
class  UmAlQuraCalendar
 

Enumerations

enum  CalendarAlgorithmType { Unknown , SolarCalendar , LunarCalendar , LunisolarCalendar }
 
enum  CalendarDataType {
  Uninitialized , NativeName , MonthDay , ShortDates ,
  LongDates , YearMonths , DayNames , AbbrevDayNames ,
  MonthNames , AbbrevMonthNames , SuperShortDayNames , MonthGenitiveNames ,
  AbbrevMonthGenitiveNames , EraNames , AbbrevEraNames
}
 
enum  CalendarId : ushort {
  UNINITIALIZED_VALUE = 0 , GREGORIAN = 1 , GREGORIAN_US = 2 , JAPAN = 3 ,
  TAIWAN = 4 , KOREA = 5 , HIJRI = 6 , THAI = 7 ,
  HEBREW = 8 , GREGORIAN_ME_FRENCH = 9 , GREGORIAN_ARABIC = 10 , GREGORIAN_XLIT_ENGLISH = 11 ,
  GREGORIAN_XLIT_FRENCH = 12 , JULIAN = 13 , JAPANESELUNISOLAR = 14 , CHINESELUNISOLAR = 15 ,
  SAKA = 16 , LUNAR_ETO_CHN = 17 , LUNAR_ETO_KOR = 18 , LUNAR_ETO_ROKUYOU = 19 ,
  KOREANLUNISOLAR = 20 , TAIWANLUNISOLAR = 21 , PERSIAN = 22 , UMALQURA = 23 ,
  LAST_CALENDAR = 23
}
 
enum  CalendarWeekRule { FirstDay , FirstFullWeek , FirstFourDayWeek }
 
enum  CompareOptions {
  None = 0 , IgnoreCase = 1 , IgnoreNonSpace = 2 , IgnoreSymbols = 4 ,
  IgnoreKanaType = 8 , IgnoreWidth = 0x10 , OrdinalIgnoreCase = 0x10000000 , StringSort = 0x20000000 ,
  Ordinal = 0x40000000
}
 
enum  CultureTypes {
  NeutralCultures = 1 , SpecificCultures = 2 , InstalledWin32Cultures = 4 , AllCultures = 7 ,
  UserCustomCulture = 8 , ReplacementCultures = 0x10 , WindowsOnlyCultures = 0x20 , FrameworkCultures = 0x40
}
 
enum  DateTimeFormatFlags {
  None = 0 , UseGenitiveMonth = 1 , UseLeapYearMonth = 2 , UseSpacesInMonthNames = 4 ,
  UseHebrewRule = 8 , UseSpacesInDayNames = 0x10 , UseDigitPrefixInTokens = 0x20 , NotInitialized = -1
}
 
enum  DateTimeStyles {
  None = 0 , AllowLeadingWhite = 1 , AllowTrailingWhite = 2 , AllowInnerWhite = 4 ,
  AllowWhiteSpaces = 7 , NoCurrentDateDefault = 8 , AdjustToUniversal = 0x10 , AssumeLocal = 0x20 ,
  AssumeUniversal = 0x40 , RoundtripKind = 0x80
}
 
enum  DigitShapes { Context , None , NativeNational }
 
enum  FORMATFLAGS {
  None = 0 , UseGenitiveMonth = 1 , UseLeapYearMonth = 2 , UseSpacesInMonthNames = 4 ,
  UseHebrewParsing = 8 , UseSpacesInDayNames = 0x10 , UseDigitPrefixInTokens = 0x20
}
 
enum  GregorianCalendarTypes {
  Localized = 1 , USEnglish = 2 , MiddleEastFrench = 9 , Arabic = 10 ,
  TransliteratedEnglish = 11 , TransliteratedFrench = 12
}
 
enum  HebrewNumberParsingState { InvalidHebrewNumber , NotHebrewDigit , FoundEndOfHebrewNumber , ContinueParsing }
 
enum  IcuLocaleDataParts {
  Lcid , AnsiCodePage , OemCodePage , MacCodePage ,
  EbcdicCodePage , GeoId , DigitSubstitutionOrListSeparator , SpecificLocaleIndex ,
  ConsoleLocaleIndex
}
 
enum  MonthNameStyles { Regular = 0 , Genitive = 1 , LeapYear = 2 }
 
enum  NumberStyles {
  None = 0 , AllowLeadingWhite = 1 , AllowTrailingWhite = 2 , AllowLeadingSign = 4 ,
  AllowTrailingSign = 8 , AllowParentheses = 0x10 , AllowDecimalPoint = 0x20 , AllowThousands = 0x40 ,
  AllowExponent = 0x80 , AllowCurrencySymbol = 0x100 , AllowHexSpecifier = 0x200 , Integer = 7 ,
  HexNumber = 0x203 , Number = 0x6F , Float = 0xA7 , Currency = 0x17F ,
  Any = 0x1FF
}
 
enum  StrongBidiCategory { Other = 0 , StrongLeftToRight = 0x20 , StrongRightToLeft = 0x40 }
 
enum  TimeSpanStyles { None = 0 , AssumeNegative = 1 }
 
enum  UnicodeCategory {
  UppercaseLetter , LowercaseLetter , TitlecaseLetter , ModifierLetter ,
  OtherLetter , NonSpacingMark , SpacingCombiningMark , EnclosingMark ,
  DecimalDigitNumber , LetterNumber , OtherNumber , SpaceSeparator ,
  LineSeparator , ParagraphSeparator , Control , Format ,
  Surrogate , PrivateUse , ConnectorPunctuation , DashPunctuation ,
  OpenPunctuation , ClosePunctuation , InitialQuotePunctuation , FinalQuotePunctuation ,
  OtherPunctuation , MathSymbol , CurrencySymbol , ModifierSymbol ,
  OtherSymbol , OtherNotAssigned
}