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

◆ ThrowTicksOutOfRange()

static void System.DateTime.ThrowTicksOutOfRange ( )
inlinestaticprivate

Definition at line 203 of file DateTime.cs.

204 {
205 throw new ArgumentOutOfRangeException("ticks", SR.ArgumentOutOfRange_DateTimeBadTicks);
206 }

References System.SR.ArgumentOutOfRange_DateTimeBadTicks.

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