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

◆ FromDays()

static TimeSpan System.TimeSpan.FromDays ( double value)
inlinestatic

Definition at line 162 of file TimeSpan.cs.

163 {
164 return Interval(value, 864000000000.0);
165 }
static TimeSpan Interval(double value, double scale)
Definition TimeSpan.cs:205

References System.TimeSpan.Interval(), and System.value.

Referenced by Terraria.Lang.LocalizedDuration().