Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.DateTimeFormatInfoScanner Class Referencesealed

Package Functions

void AddDateWordOrPostfix (string formatPostfix, string str)
 
int AddDateWords (string pattern, int index, string formatPostfix)
 
void AddIgnorableSymbols (string text)
 
void ScanDateWord (string pattern)
 
string[] GetDateWordsOfDTFI (DateTimeFormatInfo dtfi)
 

Static Package Functions

static int SkipWhiteSpacesAndNonLetter (string pattern, int currentIndex)
 
static int ScanRepeatChar (string pattern, char ch, int index, out int count)
 
static FORMATFLAGS GetFormatFlagGenitiveMonth (string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
 
static FORMATFLAGS GetFormatFlagUseSpaceInMonthNames (string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
 
static FORMATFLAGS GetFormatFlagUseSpaceInDayNames (string[] dayNames, string[] abbrevDayNames)
 
static FORMATFLAGS GetFormatFlagUseHebrewCalendar (int calID)
 

Package Attributes

List< stringm_dateWords = new List<string>()
 

Private Types

enum  FoundDatePattern {
  None = 0 , FoundYearPatternFlag = 1 , FoundMonthPatternFlag = 2 , FoundDayPatternFlag = 4 ,
  FoundYMDPatternFlag = 7
}
 

Static Private Member Functions

static bool EqualStringArrays (string[] array1, string[] array2)
 
static bool ArrayElementsHaveSpace (string[] array)
 
static bool ArrayElementsBeginWithDigit (string[] array)
 

Private Attributes

FoundDatePattern _ymdFlags
 

Detailed Description

Definition at line 6 of file DateTimeFormatInfoScanner.cs.


The documentation for this class was generated from the following file: