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

◆ operator<() [2/3]

static bool System.TimeSpan.operator< ( TimeSpan t1,
TimeSpan t2 )
inlinestatic

Definition at line 560 of file TimeSpan.cs.

561 {
562 return t1._ticks < t2._ticks;
563 }

References System.TimeSpan._ticks.