Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[1/6]
static
TimeSpan
ISubtractionOperators
<
TimeSpan
,
TimeSpan
,
TimeSpan
>. System.TimeSpan.operator-
(
TimeSpan
left
,
TimeSpan
right
)
inline
static
Definition at line
665
of file
TimeSpan.cs
.
666
{
667
return
left - right;
668
}
System
TimeSpan
Generated by
1.10.0