|
static bool | TryTimeToTicks (bool positive, TimeSpanParse.TimeSpanToken days, TimeSpanParse.TimeSpanToken hours, TimeSpanParse.TimeSpanToken minutes, TimeSpanParse.TimeSpanToken seconds, TimeSpanParse.TimeSpanToken fraction, [Out] long result) |
|
static bool | TryParseTimeSpan (ReadOnlySpan< char > input, TimeSpanParse.TimeSpanStandardStyles style, IFormatProvider formatProvider, TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminalState (TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_DHMSF (TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_HMS_F_D (TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_HM_S_D (TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_HM (TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_D (TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result) |
|
static bool | TryParseExactTimeSpan (ReadOnlySpan< char > input, ReadOnlySpan< char > format, IFormatProvider formatProvider, TimeSpanStyles styles, TimeSpanParse.TimeSpanResult result) |
|
static bool | TryParseByFormat (ReadOnlySpan< char > input, ReadOnlySpan< char > format, TimeSpanStyles styles, TimeSpanParse.TimeSpanResult result) |
|
static bool | ParseExactDigits (TimeSpanParse.TimeSpanTokenizer tokenizer, int minDigitLength, [Out] int result) |
|
static bool | ParseExactDigits (TimeSpanParse.TimeSpanTokenizer tokenizer, int minDigitLength, int maxDigitLength, [Out] int zeroes, [Out] int result) |
|
static bool | ParseExactLiteral (TimeSpanParse.TimeSpanTokenizer tokenizer, StringBuilder enquotedString) |
|
static bool | TryParseTimeSpanConstant (ReadOnlySpan< char > input, TimeSpanParse.TimeSpanResult result) |
|
Definition at line 8 of file TimeSpanParse.cs.