TimeSpan.opUnary

Negate a time span. Returns a new TimeSpan.

struct TimeSpan
opUnary
(
string op
)
()
if (
op == "-"
)

Return Value

Type: TimeSpan

The negative equivalent to this time span

Meta