C# Class System.Globalization.DateTimeFormatInfoScanner

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddDateWordOrPostfix void
AddDateWords int
AddIgnorableSymbols void
ArrayElementsBeginWithDigit bool
ArrayElementsHaveSpace bool
EqualStringArrays bool
GetDateWordsOfDTFI String[]
GetFormatFlagGenitiveMonth FORMATFLAGS
GetFormatFlagUseHebrewCalendar FORMATFLAGS
GetFormatFlagUseSpaceInDayNames FORMATFLAGS
GetFormatFlagUseSpaceInMonthNames FORMATFLAGS
ScanDateWord void
ScanRepeatChar int
SkipWhiteSpacesAndNonLetter int

Private Methods

Method Description
AddDateWordOrPostfix ( String formatPostfix, String str ) : void
AddDateWords ( String pattern, int index, String formatPostfix ) : int
AddIgnorableSymbols ( String text ) : void
ArrayElementsBeginWithDigit ( string array ) : bool
ArrayElementsHaveSpace ( string array ) : bool
EqualStringArrays ( string array1, string array2 ) : bool
GetDateWordsOfDTFI ( DateTimeFormatInfo dtfi ) : String[]
GetFormatFlagGenitiveMonth ( String monthNames, String genitveMonthNames, String abbrevMonthNames, String genetiveAbbrevMonthNames ) : FORMATFLAGS
GetFormatFlagUseHebrewCalendar ( int calID ) : FORMATFLAGS
GetFormatFlagUseSpaceInDayNames ( String dayNames, String abbrevDayNames ) : FORMATFLAGS
GetFormatFlagUseSpaceInMonthNames ( String monthNames, String genitveMonthNames, String abbrevMonthNames, String genetiveAbbrevMonthNames ) : FORMATFLAGS
ScanDateWord ( String pattern ) : void
ScanRepeatChar ( String pattern, char ch, int index, int &count ) : int
SkipWhiteSpacesAndNonLetter ( String pattern, int currentIndex ) : int