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

◆ ThrowMillisecondOutOfRange()

static void System.DateTime.ThrowMillisecondOutOfRange ( )
inlinestaticprivate

Definition at line 213 of file DateTime.cs.

214 {
215 throw new ArgumentOutOfRangeException("millisecond", SR.Format(SR.ArgumentOutOfRange_Range, 0, 999));
216 }

References System.SR.ArgumentOutOfRange_Range, and System.SR.Format().

Referenced by System.DateTime.DateTime(), System.DateTime.DateTime(), System.DateTime.DateTime(), and System.DateTime.TimeToTicks().