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

◆ operator-() [4/6]

static TimeSpan IUnaryNegationOperators< TimeSpan, TimeSpan >. System.TimeSpan.operator- ( TimeSpan value)
inlinestatic

Definition at line 671 of file TimeSpan.cs.

672 {
673 return -value;
674 }

References System.value.