Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Parse() [2/5]

static TimeSpan ISpanParseable< TimeSpan >. System.TimeSpan.Parse ( ReadOnlySpan< char > s,
IFormatProvider provider )
inlinestatic

Definition at line 653 of file TimeSpan.cs.

654 {
655 return Parse(s, provider);
656 }
static TimeSpan Parse(string s)
Definition TimeSpan.cs:301

References System.TimeSpan.Parse(), and System.s.