Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/3]
static
TimeSpan
System.TimeOnly.operator-
(
TimeOnly
t1
,
TimeOnly
t2
)
inline
static
Definition at line
161
of file
TimeOnly.cs
.
162
{
163
return
new
TimeSpan
((t1._ticks - t2._ticks + 864000000000
L
) % 864000000000
L
);
164
}
System.Data.Common.StorageType.TimeSpan
@ TimeSpan
System.ConsoleKey.L
@ L
References
System.TimeOnly._ticks
, and
System.L
.
System
TimeOnly
Generated by
1.10.0