TimeSpan.opUnary

Negate a time span

struct TimeSpan
const
opUnary
(
immutable(char)[] o : "-"
)
()

Return Value

Type: TimeSpan

The negative equivalent to this time span

Meta