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

◆ ToString() [2/3]

string System.TimeSpan.ToString ( string? format)
inline

Definition at line 481 of file TimeSpan.cs.

482 {
483 return TimeSpanFormat.Format(this, format, null);
484 }
static string Format(TimeSpan value, string format, IFormatProvider formatProvider)

References System.Globalization.TimeSpanFormat.Format(), and System.format.