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

◆ ToDouble() [1/2]

double IConvertible. System.DateTime.ToDouble ( IFormatProvider provider)
inline

Definition at line 1340 of file DateTime.cs.

1341 {
1342 throw InvalidCast("Double");
1343 }
static Exception InvalidCast(string to)
Definition DateTime.cs:1350

References System.DateTime.InvalidCast().