C# Class System.DateTimeParse

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
AdjustHour ( int &hour, TM timeMark ) : System.Boolean
AdjustTimeMark ( DateTimeFormatInfo dtfi, DateTimeRawInfo &raw ) : void
AdjustTimeZoneToLocal ( DateTimeResult &result, bool bTimeOnly ) : System.Boolean
AdjustTimeZoneToUniversal ( DateTimeResult &result ) : System.Boolean
AdjustYear ( DateTimeResult &result, int year ) : int
CheckDefaultDateTime ( DateTimeResult &result, Calendar &cal, DateTimeStyles styles ) : void
CheckNewValue ( int &currentValue, int newValue, char patternChar, DateTimeResult &result ) : bool
DetermineTimeZoneAdjustments ( DateTimeResult &result, DateTimeStyles styles, Boolean bTimeOnly ) : Boolean
DoStrictParse ( String s, String formatParam, DateTimeStyles styles, DateTimeFormatInfo dtfi, DateTimeResult &result ) : bool
ExpandPredefinedFormat ( String format, DateTimeFormatInfo &dtfi, ParsingInfo &parseInfo, DateTimeResult &result ) : String
GetDateOfDSN ( DateTimeResult &result, DateTimeRawInfo &raw ) : Boolean
GetDateOfNDS ( DateTimeResult &result, DateTimeRawInfo &raw ) : Boolean
GetDateOfNNDS ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDateTimeParseException ( DateTimeResult &result ) : Exception
GetDayOfMN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfMNN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfNM ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfNN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfNNN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfNNY ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfYM ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfYMN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfYN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetDayOfYNN ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetHebrewDayOfNM ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
GetMonthDayOrder ( String pattern, DateTimeFormatInfo dtfi, int &order ) : Boolean
GetTimeOfN ( DateTimeFormatInfo dtfi, DateTimeResult &result, DateTimeRawInfo &raw ) : Boolean
GetTimeOfNN ( DateTimeFormatInfo dtfi, DateTimeResult &result, DateTimeRawInfo &raw ) : Boolean
GetTimeOfNNN ( DateTimeFormatInfo dtfi, DateTimeResult &result, DateTimeRawInfo &raw ) : Boolean
GetTimeZoneName ( __DTString &str ) : bool
GetYearMonthDayOrder ( String datePattern, DateTimeFormatInfo dtfi, int &order ) : Boolean
GetYearMonthOrder ( String pattern, DateTimeFormatInfo dtfi, int &order ) : Boolean
IsDigit ( char ch ) : bool
Lex ( DS dps, __DTString &str, DateTimeToken &dtok, DateTimeRawInfo &raw, DateTimeResult &result, DateTimeFormatInfo &dtfi ) : Boolean
MatchAbbreviatedDayName ( __DTString &str, DateTimeFormatInfo dtfi, int &result ) : bool
MatchAbbreviatedMonthName ( __DTString &str, DateTimeFormatInfo dtfi, int &result ) : bool
MatchAbbreviatedTimeMark ( __DTString &str, DateTimeFormatInfo dtfi, TM &result ) : bool
MatchDayName ( __DTString &str, DateTimeFormatInfo dtfi, int &result ) : bool
MatchEraName ( __DTString &str, DateTimeFormatInfo dtfi, int &result ) : bool
MatchHebrewDigits ( __DTString &str, int digitLen, int &number ) : bool
MatchMonthName ( __DTString &str, DateTimeFormatInfo dtfi, int &result ) : bool
MatchTimeMark ( __DTString &str, DateTimeFormatInfo dtfi, TM &result ) : bool
MatchWord ( __DTString &str, String target ) : bool
Parse ( String s, DateTimeFormatInfo dtfi, DateTimeStyles styles ) : DateTime
ParseByFormat ( __DTString &str, __DTString &format, ParsingInfo &parseInfo, DateTimeFormatInfo dtfi, DateTimeResult &result ) : bool
ParseDigits ( __DTString &str, int digitLen, int &result ) : bool
ParseDigits ( __DTString &str, int minDigitLen, int maxDigitLen, int &result ) : bool
ParseExact ( String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style ) : DateTime
ParseExactMultiple ( String s, String formats, DateTimeFormatInfo dtfi, DateTimeStyles style ) : DateTime
ParseFraction ( __DTString &str, double &result ) : bool
ParseFractionExact ( __DTString &str, int maxDigitLen, double &result ) : bool
ParseISO8601 ( DateTimeRawInfo &raw, __DTString &str, DateTimeStyles styles, DateTimeResult &result ) : bool
ParseSign ( __DTString &str, bool &result ) : bool
ParseTimeZone ( __DTString &str, TimeSpan &result ) : bool
ParseTimeZoneOffset ( __DTString &str, int len, TimeSpan &result ) : bool
ProcessDateTimeSuffix ( DateTimeResult &result, DateTimeRawInfo &raw, DateTimeToken &dtok ) : bool
ProcessHebrewTerminalState ( DS dps, DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
ProcessTerminaltState ( DS dps, DateTimeResult &result, DateTimeRawInfo &raw, DateTimeFormatInfo dtfi ) : Boolean
SetDateDMY ( DateTimeResult &result, int day, int month, int year ) : bool
SetDateMDY ( DateTimeResult &result, int month, int day, int year ) : bool
SetDateYDM ( DateTimeResult &result, int year, int day, int month ) : bool
SetDateYMD ( DateTimeResult &result, int year, int month, int day ) : bool
TryParse ( String s, DateTimeFormatInfo dtfi, DateTimeStyles styles, DateTime &result ) : bool
TryParse ( String s, DateTimeFormatInfo dtfi, DateTimeStyles styles, DateTimeResult &result ) : bool
TryParseExact ( String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style, DateTime &result ) : bool
TryParseExact ( String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style, DateTimeResult &result ) : bool
TryParseExactMultiple ( String s, String formats, DateTimeFormatInfo dtfi, DateTimeStyles style, DateTime &result ) : bool
TryParseExactMultiple ( String s, String formats, DateTimeFormatInfo dtfi, DateTimeStyles style, DateTimeResult &result ) : bool
TryParseQuoteString ( String format, int pos, StringBuilder result, int &returnValue ) : bool
VerifyValidPunctuation ( __DTString &str ) : Boolean