Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.TimeSpanParse.TimeSpanResult Struct Reference

Package Functions

 TimeSpanResult (bool throwOnFailure, ReadOnlySpan< char > originalTimeSpanString)
 
bool SetNoFormatSpecifierFailure ()
 
bool SetBadQuoteFailure (char failingCharacter)
 
bool SetInvalidStringFailure ()
 
bool SetArgumentNullFailure (string argumentName)
 
bool SetOverflowFailure ()
 
bool SetBadTimeSpanFailure ()
 
bool SetBadFormatSpecifierFailure (char? formatSpecifierCharacter=null)
 

Package Attributes

TimeSpan parsedTimeSpan
 

Private Attributes

readonly bool _throwOnFailure
 
readonly ReadOnlySpan< char > _originalTimeSpanString
 

Detailed Description

Definition at line 427 of file TimeSpanParse.cs.


The documentation for this struct was generated from the following file: