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

◆ FromHours()

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

Definition at line 200 of file TimeSpan.cs.

201 {
202 return Interval(value, 36000000000.0);
203 }
static TimeSpan Interval(double value, double scale)
Definition TimeSpan.cs:205

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

Referenced by Terraria.Lang.LocalizedDuration().