| Terraria v1.4.4.9
    Terraria source code documentation | 
| Package Functions | |
| bool | FullAppCompatMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | PartialAppCompatMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullDMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullHMMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullDHMMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullHMSMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullDHMSMatch (TimeSpanFormat.FormatLiterals pattern) | 
| bool | FullHMSFMatch (TimeSpanFormat.FormatLiterals pattern) | 
| void | Init (DateTimeFormatInfo dtfi) | 
| bool | ProcessToken (ref TimeSpanToken tok, ref TimeSpanResult result) | 
| Package Attributes | |
| TTT | _lastSeenTTT | 
| int | _tokenCount | 
| int | _sepCount | 
| int | _numCount | 
| TimeSpanToken | _numbers0 | 
| TimeSpanToken | _numbers1 | 
| TimeSpanToken | _numbers2 | 
| TimeSpanToken | _numbers3 | 
| TimeSpanToken | _numbers4 | 
| ReadOnlySpan< char > | _literals0 | 
| ReadOnlySpan< char > | _literals1 | 
| ReadOnlySpan< char > | _literals2 | 
| ReadOnlySpan< char > | _literals3 | 
| ReadOnlySpan< char > | _literals4 | 
| ReadOnlySpan< char > | _literals5 | 
| Properties | |
| TimeSpanFormat.FormatLiterals | PositiveLocalized  [get] | 
| TimeSpanFormat.FormatLiterals | NegativeLocalized  [get] | 
| Private Member Functions | |
| bool | AddSep (ReadOnlySpan< char > sep, ref TimeSpanResult result) | 
| bool | AddNum (TimeSpanToken num, ref TimeSpanResult result) | 
| Private Attributes | |
| TimeSpanFormat.FormatLiterals | _posLoc | 
| TimeSpanFormat.FormatLiterals | _negLoc | 
| bool | _posLocInit | 
| bool | _negLocInit | 
| string | _fullPosPattern | 
| string | _fullNegPattern | 
Definition at line 177 of file TimeSpanParse.cs.