C# 클래스 System.Globalization.DateTimeFormatInfoScanner

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
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